mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-15 18:59:54 +00:00
Merge branch 'release/2.5.1' into develop
This commit is contained in:
commit
074285f669
@ -6,7 +6,7 @@ Pod::Spec.new do |s|
|
||||
s.summary = 'Distribute beta apps and collect crash reports with HockeyApp.'
|
||||
s.homepage = 'http://hockeyapp.net/'
|
||||
s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" }
|
||||
s.source = { :git => 'https://github.com/bitstadium/HockeySDK-iOS.git', :tag => '2.5.0' }
|
||||
s.source = { :git => 'https://github.com/bitstadium/HockeySDK-iOS.git', :tag => '2.5.1' }
|
||||
|
||||
s.description = 'HockeyApp is a server to distribute beta apps and collect crash reports. ' \
|
||||
'It improves the testing process dramatically and can be used for both beta ' \
|
||||
|
||||
14
README.md
14
README.md
@ -38,7 +38,19 @@ This documentation provides integrated help in Xcode for all public APIs and a s
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 2.5
|
||||
### Version 2.5.1
|
||||
|
||||
- General:
|
||||
|
||||
- [BUGFIX] Typo in delegate `shouldUseLiveIdentifier` of `BITHockeyManagerDelegate`
|
||||
- [BUGFIX] Default updateManager delegate wasn't set
|
||||
|
||||
- Crash Reporting:
|
||||
|
||||
- [BUGFIX] Crash when developer sends the notification `BITHockeyNetworkDidBecomeReachableNotification`
|
||||
|
||||
|
||||
### Version 2.5.0
|
||||
|
||||
- General:
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
BUILD_NUMBER = 1
|
||||
VERSION_STRING = 2.5.0
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.0\""
|
||||
BUILD_NUMBER = 2
|
||||
VERSION_STRING = 2.5.1
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.1\""
|
||||
|
||||
@ -1,3 +1,15 @@
|
||||
## Version 2.5.1
|
||||
|
||||
- General:
|
||||
|
||||
- [BUGFIX] Typo in delegate `shouldUseLiveIdentifier` of `BITHockeyManagerDelegate`
|
||||
- [BUGFIX] Default updateManager delegate wasn't set
|
||||
|
||||
- Crash Reporting:
|
||||
|
||||
- [BUGFIX] Crash when developer sends the notification `BITHockeyNetworkDidBecomeReachableNotification`
|
||||
|
||||
|
||||
## Version 2.5
|
||||
|
||||
- General:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user