mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-29 22:50:42 +00:00
Bump version to 3.0.0b5 Build 15
This commit is contained in:
parent
972387439e
commit
2e2342627f
@ -1,5 +1,5 @@
|
||||
#include "HockeySDK.xcconfig"
|
||||
|
||||
BUILD_NUMBER = 14
|
||||
VERSION_STRING = 3.0.0b4
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"3.0.0b4\""
|
||||
BUILD_NUMBER = 15
|
||||
VERSION_STRING = 3.0.0b5
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"3.0.0b5\""
|
||||
|
@ -1,3 +1,31 @@
|
||||
### Version 3.0.0b5
|
||||
|
||||
- General:
|
||||
|
||||
- [NEW] Remove `-ObjC` from `Other Linker Flags`, since the SDK doesn't need it
|
||||
- [NEW] Update localizations (german, croatian)
|
||||
- [BUGFIX] Fix some new compiler warnings
|
||||
- [BUGFIX] Fix some missing new lines at EOF
|
||||
- [BUGFIX] Make sure sure JSON serialization doesn't crash if the string is nil
|
||||
|
||||
- Crash Reporting:
|
||||
|
||||
- [NEW] Add anonymous device ID to crash reports
|
||||
- [BUGFIX] Move calculation of time interval between startup and crash further up in the code, so delegates can use this information e.g. to add it into a log file
|
||||
- [BUGFIX] Call delegate also if a crash was detected but could not be read (if handling crashes on startup is implemented)
|
||||
- [BUGFIX] Format timestamp in crash report to be always UTC in en_US locale
|
||||
- [BUGFIX] Make sure crash reports incident identifier and key don't have special [] chars and some value
|
||||
|
||||
- Feedback:
|
||||
|
||||
- [NEW] Ask user details and show compose screen automatically on first opening feedback list view
|
||||
- [BUGFIX] Fix some users own messages re-appearing after deleting them
|
||||
- [BUGFIX] Problems displaying feedback list view in a navigation hierarchy
|
||||
|
||||
- Updating:
|
||||
|
||||
- [BUGFIX] Fix a problem showing the update UI animated if there TTNavigator class is present even though not being used
|
||||
|
||||
### Version 3.0.0b4
|
||||
|
||||
- Crash Reporting:
|
||||
|
@ -18,7 +18,7 @@ This document contains the following sections:
|
||||
|
||||
The SDK runs on devices with iOS 5.0 or higher.
|
||||
|
||||
If you need support for iOS 4.x, please check out [HockeySDK v2.5.4](https://github.com/bitstadium/HockeySDK-iOS/downloads)
|
||||
If you need support for iOS 4.x, please check out [HockeySDK v2.5.5](https://github.com/bitstadium/HockeySDK-iOS/downloads)
|
||||
|
||||
If you need support for iOS 3.x, please check out [HockeyKit](http://support.hockeyapp.net/kb/client-integration/beta-distribution-on-ios-hockeykit) and [QuincyKit](http://support.hockeyapp.net/kb/client-integration/crash-reporting-on-ios-quincykit)
|
||||
|
||||
@ -34,7 +34,7 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc
|
||||
<a id="xcode"></a>
|
||||
## Set up Xcode
|
||||
|
||||
1. Drag & drop the `HockeySDK-iOS` folder from your project directory to your Xcode project.
|
||||
1. Drag & drop `HockeySDK.embeddedframework` from your project directory to your Xcode project.
|
||||
|
||||
2. Similar to above, our projects have a group `Vendor`, so we drop it there.
|
||||
|
||||
@ -114,4 +114,4 @@ The Mac Desktop Uploader can provide easy uploading of your app versions to Hock
|
||||
|
||||
This documentation provides integrated help in Xcode for all public APIs and a set of additional tutorials and HowTos.
|
||||
|
||||
1. Copy `de.bitstadium.HockeySDK-iOS-3.0.0b1.docset` into ~`/Library/Developer/Shared/Documentation/DocSet`
|
||||
1. Copy `de.bitstadium.HockeySDK-iOS-3.0.0b5.docset` into ~`/Library/Developer/Shared/Documentation/DocSet`
|
||||
|
Loading…
x
Reference in New Issue
Block a user