From 1db48b1d25fb6523687a049e5656577ccbeed422 Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Sat, 17 Nov 2012 14:14:46 +0100 Subject: [PATCH] Bump version to 3.0.0b3 Build 13 And update documentation --- Support/buildnumber.xcconfig | 6 +++--- docs/Changelog-template.md | 14 ++++++++++++++ docs/Guide-Installation-Setup-Advanced-template.md | 14 +++++++++----- 3 files changed, 26 insertions(+), 8 deletions(-) diff --git a/Support/buildnumber.xcconfig b/Support/buildnumber.xcconfig index 1b757ddc..47a7eb00 100644 --- a/Support/buildnumber.xcconfig +++ b/Support/buildnumber.xcconfig @@ -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\"" diff --git a/docs/Changelog-template.md b/docs/Changelog-template.md index c187be9e..feb4aacc 100644 --- a/docs/Changelog-template.md +++ b/docs/Changelog-template.md @@ -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: diff --git a/docs/Guide-Installation-Setup-Advanced-template.md b/docs/Guide-Installation-Setup-Advanced-template.md index a829bc97..90a317ec 100644 --- a/docs/Guide-Installation-Setup-Advanced-template.md +++ b/docs/Guide-Installation-Setup-Advanced-template.md @@ -58,13 +58,17 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc -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. @@ -76,9 +80,9 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc -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"`