This repository was archived by the owner on Feb 19, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +33
-15
lines changed Expand file tree Collapse file tree 6 files changed +33
-15
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'HockeySDK'
3
- s . version = '3.5.0b2 '
3
+ s . version = '3.5.0b3 '
4
4
s . license = 'MIT'
5
5
s . platform = :ios , '5.0'
6
6
s . summary = 'Distribute beta apps and collect crash reports with HockeyApp.'
Original file line number Diff line number Diff line change 1
- ## Version 3.5.0b2
1
+ ## Version 3.5.0b3
2
2
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 )
4
4
5
5
6
6
## Introduction
@@ -26,9 +26,10 @@ The main SDK class is `BITHockeyManager`. It initializes all modules and provide
26
26
27
27
## Installation & Setup
28
28
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 )
32
33
- [ Mac Desktop Uploader] ( http://support.hockeyapp.net/kb/how-tos/how-to-upload-to-hockeyapp-on-a-mac )
33
34
34
35
@@ -42,4 +43,4 @@ This documentation provides integrated help in Xcode for all public APIs and a s
42
43
43
44
3 . Copy the content into ~ ` /Library/Developer/Shared/Documentation/DocSet `
44
45
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 / )
Original file line number Diff line number Diff line change 1
1
#include "HockeySDK.xcconfig"
2
2
3
- BUILD_NUMBER = 18
4
- VERSION_STRING = 3.5.0b2
3
+ BUILD_NUMBER = 19
4
+ VERSION_STRING = 3.5.0b3
5
5
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\""$(VERSION_STRING)"\""
6
6
BIT_ARM_ARCHS = armv7 armv7s arm64
7
7
BIT_SIM_ARCHS = x86_64 i386
Original file line number Diff line number Diff line change
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
+
1
14
## Version 3.5.0 Beta 2
2
15
3
16
- General
4
17
5
18
- [ NEW] Added support for apps starting in the background
6
19
- [ UPDATE] Added updated CocoaSpec
7
20
- [ BUGFIX] Various documentation improvements
21
+ <br /><br/>
8
22
9
23
- Ad-Hoc/Enterprise Authentication
10
24
11
25
- [ BUGFIX] Fix duplicate count of installations
26
+ <br /><br/>
12
27
13
28
- Ad-Hoc/Enterprise Updates
14
29
15
30
- [ BUGFIX] Update view not showing any versions
16
31
- [ BUGFIX] Fix a crash presenting the update view on iOS 5 and iOS 6
32
+ <br /><br/>
33
+
17
34
18
35
## Version 3.5.0 Beta 1
19
36
Original file line number Diff line number Diff line change 1
- ## Version 3.5.0b5
1
+ ## Version 3.5.0b3
2
2
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 )
4
4
5
5
## Introduction
6
6
@@ -147,4 +147,4 @@ This documentation provides integrated help in Xcode for all public APIs and a s
147
147
148
148
3 . Copy the content into ~ ` /Library/Developer/Shared/Documentation/DocSet `
149
149
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 / )
Original file line number Diff line number Diff line change 1
- ## Version 3.5.0b2
1
+ ## Version 3.5.0b3
2
2
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 )
4
4
5
5
## Introduction
6
6
@@ -114,4 +114,4 @@ This documentation provides integrated help in Xcode for all public APIs and a s
114
114
115
115
1 . Copy ` de.bitstadium.HockeySDK-iOS-3.5.0.docset ` into ~ ` /Library/Developer/Shared/Documentation/DocSet `
116
116
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 / )
You can’t perform that action at this time.
0 commit comments