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 +32
-15
lines changed Expand file tree Collapse file tree 6 files changed +32
-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.0b1 '
3
+ s . version = '3.5.0b2 '
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.0b1
1
+ ## Version 3.5.0b2
2
2
3
- - [ Changelog] ( http://www.hockeyapp.net/help/sdk/ios/3.5.0b1 /docs/docs/Changelog.html )
3
+ - [ Changelog] ( http://www.hockeyapp.net/help/sdk/ios/3.5.0b2 /docs/docs/Changelog.html )
4
4
5
5
6
6
## Introduction
@@ -26,9 +26,9 @@ 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.0b1 /docs/docs/Guide-Installation-Setup.html ) (Recommended)
30
- - [ Installation & Setup Advanced] ( http://www.hockeyapp.net/help/sdk/ios/3.5.0b1 /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.0b1 /docs/docs/Guide-Migration-Kits.html )
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 )
32
32
- [ Mac Desktop Uploader] ( http://support.hockeyapp.net/kb/how-tos/how-to-upload-to-hockeyapp-on-a-mac )
33
33
34
34
@@ -42,4 +42,4 @@ This documentation provides integrated help in Xcode for all public APIs and a s
42
42
43
43
3 . Copy the content into ~ ` /Library/Developer/Shared/Documentation/DocSet `
44
44
45
- The documentation is also available via the following URL: [ http://hockeyapp.net/help/sdk/ios/3.5.0b1 / ] ( http://hockeyapp.net/help/sdk/ios/3.5.0b1 / )
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 / )
Original file line number Diff line number Diff line change 1
1
#include "HockeySDK.xcconfig"
2
2
3
- BUILD_NUMBER = 17
4
- VERSION_STRING = 3.5.0b1
3
+ BUILD_NUMBER = 18
4
+ VERSION_STRING = 3.5.0b2
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 2
2
+
3
+ - General
4
+
5
+ - [ NEW] Added support for apps starting in the background
6
+ - [ UPDATE] Added updated CocoaSpec
7
+ - [ BUGFIX] Various documentation improvements
8
+
9
+ - Ad-Hoc/Enterprise Authentication
10
+
11
+ - [ BUGFIX] Fix duplicate count of installations
12
+
13
+ - Ad-Hoc/Enterprise Updates
14
+
15
+ - [ BUGFIX] Update view not showing any versions
16
+ - [ BUGFIX] Fix a crash presenting the update view on iOS 5 and iOS 6
17
+
1
18
## Version 3.5.0 Beta 1
2
19
3
20
- General
Original file line number Diff line number Diff line change 1
- ## Version 3.5.0b1
1
+ ## Version 3.5.0b5
2
2
3
- - [ Changelog] ( http://www.hockeyapp.net/help/sdk/ios/3.5.0b1 /docs/docs/Changelog.html )
3
+ - [ Changelog] ( http://www.hockeyapp.net/help/sdk/ios/3.5.0b2 /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.0b1 / ] ( http://hockeyapp.net/help/sdk/ios/3.5.0b1 / )
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 / )
Original file line number Diff line number Diff line change 1
- ## Version 3.5.0b1
1
+ ## Version 3.5.0b2
2
2
3
- - [ Changelog] ( http://www.hockeyapp.net/help/sdk/ios/3.5.0b1 /docs/docs/Changelog.html )
3
+ - [ Changelog] ( http://www.hockeyapp.net/help/sdk/ios/3.5.0b2 /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.0b1 / ] ( http://hockeyapp.net/help/sdk/ios/3.5.0b1 / )
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 / )
You can’t perform that action at this time.
0 commit comments