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

Commit 1db48b1

Browse files
committed
Bump version to 3.0.0b3 Build 13
And update documentation
1 parent 0285c61 commit 1db48b1

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

Support/buildnumber.xcconfig

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

3-
BUILD_NUMBER = 13
4-
VERSION_STRING = 3.0.0b3
5-
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"3.0.0b3\""
3+
BUILD_NUMBER = 14
4+
VERSION_STRING = 3.0.0b4
5+
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"3.0.0b4\""

docs/Changelog-template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### Version 3.0.0b4
2+
3+
- Crash Reporting:
4+
5+
- [BUGFIX] Fix a crash if `username`, `useremail` or `userid` delegate method returns `nil` and trying to send a crash report
6+
7+
- Feedback:
8+
9+
- [BUGFIX] Fix user data UI not always being presented as a form sheet on the iPad
10+
11+
- Updating:
12+
13+
- [BUGFIX] Fix a problem showing the update UI animated if there TTNavigator class is present even though not being used
14+
115
### Version 3.0.0b3
216

317
- General:

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,17 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc
5858

5959
<img src="XcodeFrameworks4_normal.png"/>
6060

61-
10. Select `Build Settings`
61+
10. Expand `Copy Bundle Resource`.
6262

63-
11. Add the following `Header Search Path`
63+
11. Drag `HockeySDKResources.bundle` from the `HockeySDK` sub-projects `Products` folder and drop into the `Copy Bundle Resource` section
64+
65+
12. Select `Build Settings`
66+
67+
13. Add the following `Header Search Path`
6468

6569
`$(SRCROOT)/Vendor/HockeySDK/Classes`
6670

67-
12. Create a new `Project.xcconfig` file, if you don't already have one (You can give it any name)
71+
14. Create a new `Project.xcconfig` file, if you don't already have one (You can give it any name)
6872

6973
a. Select your project.
7074

@@ -76,9 +80,9 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc
7680

7781
<img src="XcodeFrameworks1_normal.png"/>
7882

79-
13. Open `Project.xcconfig` in the editor
83+
15. Open `Project.xcconfig` in the editor
8084

81-
14. Add the following line:
85+
16. Add the following line:
8286

8387
`#include "../Vendor/HockeySDK/Support/HockeySDK.xcconfig"`
8488

0 commit comments

Comments
 (0)