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

Commit 19f6e76

Browse files
committed
Update to version 3.5.0 Beta 2
1 parent 64d7700 commit 19f6e76

File tree

6 files changed

+32
-15
lines changed

6 files changed

+32
-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.0b1'
3+
s.version = '3.5.0b2'
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Version 3.5.0b1
1+
## Version 3.5.0b2
22

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)
44

55

66
## Introduction
@@ -26,9 +26,9 @@ 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.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)
3232
- [Mac Desktop Uploader](http://support.hockeyapp.net/kb/how-tos/how-to-upload-to-hockeyapp-on-a-mac)
3333

3434

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

4343
3. Copy the content into ~`/Library/Developer/Shared/Documentation/DocSet`
4444

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/)

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 = 17
4-
VERSION_STRING = 3.5.0b1
3+
BUILD_NUMBER = 18
4+
VERSION_STRING = 3.5.0b2
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,3 +1,20 @@
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+
118
## Version 3.5.0 Beta 1
219

320
- General

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.0b1
1+
## Version 3.5.0b5
22

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)
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.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/)

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.0b1
1+
## Version 3.5.0b2
22

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)
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.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/)

0 commit comments

Comments
 (0)