mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-04 21:41:45 +00:00
Merge tag '3.7.2' into develop
Version 3.7.2
This commit is contained in:
commit
6f638eda28
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'HockeySDK-Source'
|
||||
s.version = '3.7.1'
|
||||
s.version = '3.7.2'
|
||||
|
||||
s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and analyze your test coverage with HockeyApp.'
|
||||
s.description = <<-DESC
|
||||
@ -12,7 +12,7 @@ Pod::Spec.new do |s|
|
||||
DESC
|
||||
|
||||
s.homepage = 'http://hockeyapp.net/'
|
||||
s.documentation_url = 'http://hockeyapp.net/help/sdk/ios/3.7.1/'
|
||||
s.documentation_url = 'http://hockeyapp.net/help/sdk/ios/3.7.2/'
|
||||
|
||||
s.license = 'MIT'
|
||||
s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" }
|
||||
@ -25,7 +25,7 @@ Pod::Spec.new do |s|
|
||||
s.frameworks = 'AssetsLibrary', 'CoreText', 'CoreGraphics', 'MobileCoreServices', 'QuartzCore', 'QuickLook', 'Security', 'SystemConfiguration', 'UIKit'
|
||||
s.libraries = 'c++'
|
||||
s.ios.vendored_frameworks = 'Vendor/CrashReporter.framework'
|
||||
s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => %{$(inherited) BITHOCKEY_VERSION="@\\"#{s.version}\\"" BITHOCKEY_C_VERSION="\\"#{s.version}\\"" BITHOCKEY_BUILD="@\\"42\\"" BITHOCKEY_C_BUILD="\\"42\\""} }
|
||||
s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => %{$(inherited) BITHOCKEY_VERSION="@\\"#{s.version}\\"" BITHOCKEY_C_VERSION="\\"#{s.version}\\"" BITHOCKEY_BUILD="@\\"44\\"" BITHOCKEY_C_BUILD="\\"44\\""} }
|
||||
s.resource_bundle = { 'HockeySDKResources' => ['Resources/*.png', 'Resources/*.lproj'] }
|
||||
s.preserve_paths = 'Resources', 'Support'
|
||||
s.private_header_files = 'Classes/*Private.h'
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'HockeySDK'
|
||||
s.version = '3.7.1'
|
||||
s.version = '3.7.2'
|
||||
|
||||
s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and analyze your test coverage with HockeyApp.'
|
||||
s.description = <<-DESC
|
||||
@ -12,7 +12,7 @@ Pod::Spec.new do |s|
|
||||
DESC
|
||||
|
||||
s.homepage = 'http://hockeyapp.net/'
|
||||
s.documentation_url = 'http://hockeyapp.net/help/sdk/ios/3.7.1/'
|
||||
s.documentation_url = 'http://hockeyapp.net/help/sdk/ios/3.7.2/'
|
||||
|
||||
s.license = { :type => 'MIT', :file => 'HockeySDK-iOS/LICENSE' }
|
||||
s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" }
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
[](https://travis-ci.org/bitstadium/HockeySDK-iOS)
|
||||
|
||||
## Version 3.7.1
|
||||
## Version 3.7.2
|
||||
|
||||
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.7.1/docs/docs/Changelog.html)
|
||||
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.7.2/docs/docs/Changelog.html)
|
||||
|
||||
## Introduction
|
||||
|
||||
@ -289,7 +289,7 @@ The following options only show some of possibilities to interact and fine-tune
|
||||
#### 3.5.1 Disable Crash Reporting
|
||||
The HockeySDK enables crash reporting **per default**. Crashes will be immediately sent to the server the next time the app is launched.
|
||||
|
||||
To provide you with the best crash reporting, we are using [PLCrashReporter]("https://github.com/plausiblelabs/plcrashreporter") in [Version 1.3 / Commit 73f4ad5aa1796978f22b63aed3f8490b215b2c07]("https://github.com/plausiblelabs/plcrashreporter/commit/73f4ad5aa1796978f22b63aed3f8490b215b2c07").
|
||||
To provide you with the best crash reporting, we are using [PLCrashReporter]("https://github.com/plausiblelabs/plcrashreporter") in [Version 1.2 / Commit 356901d7f3ca3d46fbc8640f469304e2b755e461]("https://github.com/plausiblelabs/plcrashreporter/commit/356901d7f3ca3d46fbc8640f469304e2b755e461").
|
||||
|
||||
This feature can be disabled as follows:
|
||||
|
||||
@ -438,7 +438,7 @@ To check if data is send properly to HockeyApp and also see some additional SDK
|
||||
<a id="documentation"></a>
|
||||
## 4. Documentation
|
||||
|
||||
Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/3.7.1/index.html).
|
||||
Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/3.7.2/index.html).
|
||||
|
||||
|
||||
<a id="contributing"></a>
|
||||
|
||||
@ -4,10 +4,6 @@
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string></string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>net.hockeyapp.sdk.resources.ios</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
@ -15,7 +11,7 @@
|
||||
<key>CFBundleName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>${VERSION_STRING}</string>
|
||||
<key>CFBundleSignature</key>
|
||||
@ -23,8 +19,6 @@
|
||||
<key>CFBundleVersion</key>
|
||||
<string>${BUILD_NUMBER}</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2012 HockeyApp, Bit Stadium GmbH. All rights reserved.</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
<string>Copyright © HockeyApp, Bit Stadium GmbH. All rights reserved.</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#include "HockeySDK.xcconfig"
|
||||
|
||||
BUILD_NUMBER = 43
|
||||
VERSION_STRING = 3.7.1
|
||||
BUILD_NUMBER = 44
|
||||
VERSION_STRING = 3.7.2
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\""$(VERSION_STRING)"\"" BITHOCKEY_BUILD="@\""$(BUILD_NUMBER)"\"" BITHOCKEY_C_VERSION="\""$(VERSION_STRING)"\"" BITHOCKEY_C_BUILD="\""$(BUILD_NUMBER)"\""
|
||||
BIT_ARM_ARCHS = armv7 armv7s arm64
|
||||
BIT_SIM_ARCHS = x86_64 i386
|
||||
|
||||
@ -1,3 +1,10 @@
|
||||
## Version 3.7.2
|
||||
|
||||
- [BUGFIX] `BITCrashManager`: Added workaround for a bug observed in iOS 9 beta's dyld triggering an infinite loop on startup
|
||||
- [BUGFIX] `BITFeedbackManager`: Fixed a crash in the feedback UI that can occur when rotating the device while data is being loaded
|
||||
- [BUGFIX] Fixed `Info.plist` entries in `HockeySDKResources.bundle` which cause Xcode 7 to show an error when uploading an app to iTunes Connect
|
||||
- [BUGFIX] Additional minor fixes
|
||||
|
||||
## Version 3.7.1
|
||||
|
||||
- [BUGFIX] `CocoaPods`: Fixes the default podspec with binary distribution
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
## Version 3.7.1
|
||||
## Version 3.7.2
|
||||
|
||||
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.7.1/docs/docs/Changelog.html)
|
||||
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.7.2/docs/docs/Changelog.html)
|
||||
|
||||
## Introduction
|
||||
|
||||
@ -274,7 +274,7 @@ The following options only show some of possibilities to interact and fine-tune
|
||||
#### 3.5.1 Disable Crash Reporting
|
||||
The HockeySDK enables crash reporting **per default**. Crashes will be immediately sent to the server the next time the app is launched.
|
||||
|
||||
To provide you with the best crash reporting, we are using [PLCrashReporter]("https://github.com/plausiblelabs/plcrashreporter") in [Version 1.3 / Commit 73f4ad5aa1796978f22b63aed3f8490b215b2c07]("https://github.com/plausiblelabs/plcrashreporter/commit/73f4ad5aa1796978f22b63aed3f8490b215b2c07").
|
||||
To provide you with the best crash reporting, we are using [PLCrashReporter]("https://github.com/plausiblelabs/plcrashreporter") in [Version 1.2 / Commit 356901d7f3ca3d46fbc8640f469304e2b755e461]("https://github.com/plausiblelabs/plcrashreporter/commit/356901d7f3ca3d46fbc8640f469304e2b755e461").
|
||||
|
||||
This feature can be disabled as follows:
|
||||
|
||||
@ -423,7 +423,7 @@ To check if data is send properly to HockeyApp and also see some additional SDK
|
||||
<a id="documentation"></a>
|
||||
## 4. Documentation
|
||||
|
||||
Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/3.7.1/index.html).
|
||||
Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/3.7.2/index.html).
|
||||
|
||||
|
||||
<a id="contributing"></a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user