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

Commit

Permalink
Bump version to 3.0.0b3 Build 13
Browse files Browse the repository at this point in the history
And update documentation
  • Loading branch information
DerAndereAndi committed Nov 17, 2012
1 parent 0285c61 commit 1db48b1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Support/buildnumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "HockeySDK.xcconfig"

BUILD_NUMBER = 13
VERSION_STRING = 3.0.0b3
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"3.0.0b3\""
BUILD_NUMBER = 14
VERSION_STRING = 3.0.0b4
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"3.0.0b4\""
14 changes: 14 additions & 0 deletions docs/Changelog-template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### Version 3.0.0b4

- Crash Reporting:

- [BUGFIX] Fix a crash if `username`, `useremail` or `userid` delegate method returns `nil` and trying to send a crash report

- Feedback:

- [BUGFIX] Fix user data UI not always being presented as a form sheet on the iPad

- Updating:

- [BUGFIX] Fix a problem showing the update UI animated if there TTNavigator class is present even though not being used

### Version 3.0.0b3

- General:
Expand Down
14 changes: 9 additions & 5 deletions docs/Guide-Installation-Setup-Advanced-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,17 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc

<img src="XcodeFrameworks4_normal.png"/>

10. Select `Build Settings`
10. Expand `Copy Bundle Resource`.

11. Add the following `Header Search Path`
11. Drag `HockeySDKResources.bundle` from the `HockeySDK` sub-projects `Products` folder and drop into the `Copy Bundle Resource` section

12. Select `Build Settings`

13. Add the following `Header Search Path`

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

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

a. Select your project.

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

<img src="XcodeFrameworks1_normal.png"/>

13. Open `Project.xcconfig` in the editor
15. Open `Project.xcconfig` in the editor

14. Add the following line:
16. Add the following line:

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

Expand Down

0 comments on commit 1db48b1

Please sign in to comment.