Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 1820281

Browse files
committed
Update to version 3.5.0 Beta 3
1 parent ddef584 commit 1820281

File tree

6 files changed

+33
-15
lines changed

6 files changed

+33
-15
lines changed

HockeySDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'HockeySDK'
3-
s.version = '3.5.0b2'
3+
s.version = '3.5.0b3'
44
s.license = 'MIT'
55
s.platform = :ios, '5.0'
66
s.summary = 'Distribute beta apps and collect crash reports with HockeyApp.'

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Version 3.5.0b2
1+
## Version 3.5.0b3
22

3-
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b2/docs/docs/Changelog.html)
3+
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b3/docs/docs/Changelog.html)
44

55

66
## Introduction
@@ -26,9 +26,10 @@ The main SDK class is `BITHockeyManager`. It initializes all modules and provide
2626

2727
## Installation & Setup
2828

29-
- [Installation & Setup](http://www.hockeyapp.net/help/sdk/ios/3.5.0b2/docs/docs/Guide-Installation-Setup.html) (Recommended)
30-
- [Installation & Setup Advanced](http://www.hockeyapp.net/help/sdk/ios/3.5.0b2/docs/docs/Guide-Installation-Setup-Advanced.html) (Using Git submodule and Xcode sub-project)
31-
- [Migration from previous SDK Versions](http://www.hockeyapp.net/help/sdk/ios/3.5.0b2/docs/docs/Guide-Migration-Kits.html)
29+
- [Installation & Setup](http://www.hockeyapp.net/help/sdk/ios/3.5.0b3/docs/docs/Guide-Installation-Setup.html) (Recommended)
30+
- [Installation & Setup Advanced](http://www.hockeyapp.net/help/sdk/ios/3.5.0b3/docs/docs/Guide-Installation-Setup-Advanced.html) (Using Git submodule and Xcode sub-project)
31+
- [Authenticating Users on iOS](http://support.hockeyapp.net/kb/client-integration/authenticating-users-on-ios)
32+
- [Migration from previous SDK Versions](http://www.hockeyapp.net/help/sdk/ios/3.5.0b3/docs/docs/Guide-Migration-Kits.html)
3233
- [Mac Desktop Uploader](http://support.hockeyapp.net/kb/how-tos/how-to-upload-to-hockeyapp-on-a-mac)
3334

3435

@@ -42,4 +43,4 @@ This documentation provides integrated help in Xcode for all public APIs and a s
4243

4344
3. Copy the content into ~`/Library/Developer/Shared/Documentation/DocSet`
4445

45-
The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b2/](http://hockeyapp.net/help/sdk/ios/3.5.0b2/)
46+
The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b3/](http://hockeyapp.net/help/sdk/ios/3.5.0b3/)

Support/buildnumber.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "HockeySDK.xcconfig"
22

3-
BUILD_NUMBER = 18
4-
VERSION_STRING = 3.5.0b2
3+
BUILD_NUMBER = 19
4+
VERSION_STRING = 3.5.0b3
55
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\""$(VERSION_STRING)"\""
66
BIT_ARM_ARCHS = armv7 armv7s arm64
77
BIT_SIM_ARCHS = x86_64 i386

docs/Changelog-template.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,36 @@
1+
## Version 3.5.0 Beta 3
2+
3+
- Feedback
4+
5+
- [BUGFIX] Fix a layout issue with the compose feedback UI on the iPad with iOS 7 in landscape orientation
6+
<br /><br/>
7+
8+
- Ad-Hoc/Enterprise Authentication
9+
10+
- [BUGFIX] Fix a possible crash in iOS 5
11+
<br /><br/>
12+
13+
114
## Version 3.5.0 Beta 2
215

316
- General
417

518
- [NEW] Added support for apps starting in the background
619
- [UPDATE] Added updated CocoaSpec
720
- [BUGFIX] Various documentation improvements
21+
<br /><br/>
822

923
- Ad-Hoc/Enterprise Authentication
1024

1125
- [BUGFIX] Fix duplicate count of installations
26+
<br /><br/>
1227

1328
- Ad-Hoc/Enterprise Updates
1429

1530
- [BUGFIX] Update view not showing any versions
1631
- [BUGFIX] Fix a crash presenting the update view on iOS 5 and iOS 6
32+
<br /><br/>
33+
1734

1835
## Version 3.5.0 Beta 1
1936

docs/Guide-Installation-Setup-Advanced-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Version 3.5.0b5
1+
## Version 3.5.0b3
22

3-
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b2/docs/docs/Changelog.html)
3+
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b3/docs/docs/Changelog.html)
44

55
## Introduction
66

@@ -147,4 +147,4 @@ This documentation provides integrated help in Xcode for all public APIs and a s
147147

148148
3. Copy the content into ~`/Library/Developer/Shared/Documentation/DocSet`
149149

150-
The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b2/](http://hockeyapp.net/help/sdk/ios/3.5.0b2/)
150+
The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b3/](http://hockeyapp.net/help/sdk/ios/3.5.0b3/)

docs/Guide-Installation-Setup-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Version 3.5.0b2
1+
## Version 3.5.0b3
22

3-
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b2/docs/docs/Changelog.html)
3+
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b3/docs/docs/Changelog.html)
44

55
## Introduction
66

@@ -114,4 +114,4 @@ This documentation provides integrated help in Xcode for all public APIs and a s
114114

115115
1. Copy `de.bitstadium.HockeySDK-iOS-3.5.0.docset` into ~`/Library/Developer/Shared/Documentation/DocSet`
116116

117-
The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b2/](http://hockeyapp.net/help/sdk/ios/3.5.0b2/)
117+
The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b3/](http://hockeyapp.net/help/sdk/ios/3.5.0b3/)

0 commit comments

Comments
 (0)