mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-29 14:40:42 +00:00
Bump version to 3.0.0b3 Build 13
And update documentation
This commit is contained in:
parent
0285c61485
commit
1db48b1d25
@ -1,5 +1,5 @@
|
|||||||
#include "HockeySDK.xcconfig"
|
#include "HockeySDK.xcconfig"
|
||||||
|
|
||||||
BUILD_NUMBER = 13
|
BUILD_NUMBER = 14
|
||||||
VERSION_STRING = 3.0.0b3
|
VERSION_STRING = 3.0.0b4
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"3.0.0b3\""
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"3.0.0b4\""
|
||||||
|
@ -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
|
### Version 3.0.0b3
|
||||||
|
|
||||||
- General:
|
- General:
|
||||||
|
@ -58,13 +58,17 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc
|
|||||||
|
|
||||||
<img src="XcodeFrameworks4_normal.png"/>
|
<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`
|
`$(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.
|
a. Select your project.
|
||||||
|
|
||||||
@ -76,9 +80,9 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc
|
|||||||
|
|
||||||
<img src="XcodeFrameworks1_normal.png"/>
|
<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"`
|
`#include "../Vendor/HockeySDK/Support/HockeySDK.xcconfig"`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user