mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-29 11:25:38 +00:00
Merge tag '3.8.1' into develop
Version 3.8.1
This commit is contained in:
commit
a94ce3d327
@ -1,6 +1,6 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'HockeySDK-Source'
|
s.name = 'HockeySDK-Source'
|
||||||
s.version = '3.8'
|
s.version = '3.8.1'
|
||||||
|
|
||||||
s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and analyze your test coverage with HockeyApp.'
|
s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and analyze your test coverage with HockeyApp.'
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
@ -12,7 +12,7 @@ Pod::Spec.new do |s|
|
|||||||
DESC
|
DESC
|
||||||
|
|
||||||
s.homepage = 'http://hockeyapp.net/'
|
s.homepage = 'http://hockeyapp.net/'
|
||||||
s.documentation_url = 'http://hockeyapp.net/help/sdk/ios/3.8/'
|
s.documentation_url = 'http://hockeyapp.net/help/sdk/ios/3.8.1/'
|
||||||
|
|
||||||
s.license = 'MIT'
|
s.license = 'MIT'
|
||||||
s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" }
|
s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" }
|
||||||
@ -26,7 +26,7 @@ Pod::Spec.new do |s|
|
|||||||
s.frameworks = 'AssetsLibrary', 'CoreText', 'CoreGraphics', 'MobileCoreServices', 'QuartzCore', 'QuickLook', 'Security', 'SystemConfiguration', 'UIKit'
|
s.frameworks = 'AssetsLibrary', 'CoreText', 'CoreGraphics', 'MobileCoreServices', 'QuartzCore', 'QuickLook', 'Security', 'SystemConfiguration', 'UIKit'
|
||||||
s.libraries = 'c++'
|
s.libraries = 'c++'
|
||||||
s.ios.vendored_frameworks = 'Vendor/CrashReporter.framework'
|
s.ios.vendored_frameworks = 'Vendor/CrashReporter.framework'
|
||||||
s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => %{$(inherited) BITHOCKEY_VERSION="@\\"#{s.version}\\"" BITHOCKEY_C_VERSION="\\"#{s.version}\\"" BITHOCKEY_BUILD="@\\"52\\"" BITHOCKEY_C_BUILD="\\"52\\""} }
|
s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => %{$(inherited) BITHOCKEY_VERSION="@\\"#{s.version}\\"" BITHOCKEY_C_VERSION="\\"#{s.version}\\"" BITHOCKEY_BUILD="@\\"53\\"" BITHOCKEY_C_BUILD="\\"53\\""} }
|
||||||
s.resource_bundle = { 'HockeySDKResources' => ['Resources/*.png', 'Resources/*.lproj'] }
|
s.resource_bundle = { 'HockeySDKResources' => ['Resources/*.png', 'Resources/*.lproj'] }
|
||||||
s.preserve_paths = 'Resources', 'Support'
|
s.preserve_paths = 'Resources', 'Support'
|
||||||
s.private_header_files = 'Classes/*Private.h'
|
s.private_header_files = 'Classes/*Private.h'
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'HockeySDK'
|
s.name = 'HockeySDK'
|
||||||
s.version = '3.8'
|
s.version = '3.8.1'
|
||||||
|
|
||||||
s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and analyze your test coverage with HockeyApp.'
|
s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and analyze your test coverage with HockeyApp.'
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
@ -12,7 +12,7 @@ Pod::Spec.new do |s|
|
|||||||
DESC
|
DESC
|
||||||
|
|
||||||
s.homepage = 'http://hockeyapp.net/'
|
s.homepage = 'http://hockeyapp.net/'
|
||||||
s.documentation_url = 'http://hockeyapp.net/help/sdk/ios/3.8/'
|
s.documentation_url = 'http://hockeyapp.net/help/sdk/ios/3.8.1/'
|
||||||
|
|
||||||
s.license = { :type => 'MIT', :file => 'HockeySDK-iOS/LICENSE' }
|
s.license = { :type => 'MIT', :file => 'HockeySDK-iOS/LICENSE' }
|
||||||
s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" }
|
s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" }
|
||||||
|
|||||||
10
README.md
10
README.md
@ -1,8 +1,8 @@
|
|||||||
[](https://travis-ci.org/bitstadium/HockeySDK-iOS)
|
[](https://travis-ci.org/bitstadium/HockeySDK-iOS)
|
||||||
|
|
||||||
## Version 3.8
|
## Version 3.8.1
|
||||||
|
|
||||||
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.8/docs/docs/Changelog.html)
|
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.8.1/docs/docs/Changelog.html)
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
@ -455,7 +455,7 @@ To check if data is send properly to HockeyApp and also see some additional SDK
|
|||||||
<a id="documentation"></a>
|
<a id="documentation"></a>
|
||||||
## 4. Documentation
|
## 4. Documentation
|
||||||
|
|
||||||
Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/3.8/index.html).
|
Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/3.8.1/index.html).
|
||||||
|
|
||||||
<a id="troubleshooting"></a>
|
<a id="troubleshooting"></a>
|
||||||
## 5.Troubleshooting
|
## 5.Troubleshooting
|
||||||
@ -469,7 +469,7 @@ Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/
|
|||||||
Make sure none of the following files are copied into your app bundle, check under app target, `Build Phases`, `Copy Bundle Resources` or in the `.app` bundle after building:
|
Make sure none of the following files are copied into your app bundle, check under app target, `Build Phases`, `Copy Bundle Resources` or in the `.app` bundle after building:
|
||||||
|
|
||||||
- `HockeySDK.framework` (except if you build a dynamic framework version of the SDK yourself!)
|
- `HockeySDK.framework` (except if you build a dynamic framework version of the SDK yourself!)
|
||||||
- `de.bitstadium.HockeySDK-iOS-3.8.docset`
|
- `de.bitstadium.HockeySDK-iOS-3.8.1.docset`
|
||||||
|
|
||||||
3. Feature are not working as expected
|
3. Feature are not working as expected
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#include "HockeySDK.xcconfig"
|
#include "HockeySDK.xcconfig"
|
||||||
|
|
||||||
BUILD_NUMBER = 53
|
BUILD_NUMBER = 53
|
||||||
VERSION_STRING = 3.8
|
VERSION_STRING = 3.8.1
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HOCKEYSDK_CONFIGURATION_$(CONFIGURATION) BITHOCKEY_VERSION="@\""$(VERSION_STRING)"\"" BITHOCKEY_BUILD="@\""$(BUILD_NUMBER)"\"" BITHOCKEY_C_VERSION="\""$(VERSION_STRING)"\"" BITHOCKEY_C_BUILD="\""$(BUILD_NUMBER)"\""
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HOCKEYSDK_CONFIGURATION_$(CONFIGURATION) 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_ARM_ARCHS = armv7 armv7s arm64
|
||||||
BIT_SIM_ARCHS = x86_64 i386
|
BIT_SIM_ARCHS = x86_64 i386
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
## Version 3.8.1
|
||||||
|
|
||||||
|
- [UPDATE] Updated PLCrashReporter build using Xcode 7 (7A220)
|
||||||
|
|
||||||
## Version 3.8
|
## Version 3.8
|
||||||
|
|
||||||
- [NEW] Added Bitcode support
|
- [NEW] Added Bitcode support
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
## Version 3.8
|
## Version 3.8.1
|
||||||
|
|
||||||
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.8/docs/docs/Changelog.html)
|
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.8.1/docs/docs/Changelog.html)
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
@ -439,7 +439,7 @@ To check if data is send properly to HockeyApp and also see some additional SDK
|
|||||||
<a id="documentation"></a>
|
<a id="documentation"></a>
|
||||||
## 4. Documentation
|
## 4. Documentation
|
||||||
|
|
||||||
Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/3.8/index.html).
|
Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/3.8.1/index.html).
|
||||||
|
|
||||||
<a id="troubleshooting"></a>
|
<a id="troubleshooting"></a>
|
||||||
## 5.Troubleshooting
|
## 5.Troubleshooting
|
||||||
@ -453,7 +453,7 @@ Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/
|
|||||||
Make sure none of the following files are copied into your app bundle, check under app target, `Build Phases`, `Copy Bundle Resources` or in the `.app` bundle after building:
|
Make sure none of the following files are copied into your app bundle, check under app target, `Build Phases`, `Copy Bundle Resources` or in the `.app` bundle after building:
|
||||||
|
|
||||||
- `HockeySDK.framework` (except if you build a dynamic framework version of the SDK yourself!)
|
- `HockeySDK.framework` (except if you build a dynamic framework version of the SDK yourself!)
|
||||||
- `de.bitstadium.HockeySDK-iOS-3.8.docset`
|
- `de.bitstadium.HockeySDK-iOS-3.8.1.docset`
|
||||||
|
|
||||||
3. Feature are not working as expected
|
3. Feature are not working as expected
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user