mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-29 11:25:38 +00:00
Increas Version + Build to 4.0-Alpha.1 (60)
This commit is contained in:
parent
9b0c199803
commit
1ebdaa434c
@ -1,8 +1,8 @@
|
||||
[](https://travis-ci.org/bitstadium/HockeySDK-iOS)
|
||||
|
||||
## Version 3.8-RC.1
|
||||
## Version 4.0-Alpha.1
|
||||
|
||||
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.8-RC.1/docs/docs/Changelog.html)
|
||||
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/4.0-Alpha.1/docs/docs/Changelog.html)
|
||||
|
||||
## Introduction
|
||||
|
||||
@ -457,7 +457,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.8-RC.1/index.html).
|
||||
Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/4.0-Alpha.1/index.html).
|
||||
|
||||
<a id="troubleshooting"></a>
|
||||
## 5.Troubleshooting
|
||||
@ -471,7 +471,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:
|
||||
|
||||
- `HockeySDK.framework` (except if you build a dynamic framework version of the SDK yourself!)
|
||||
- `de.bitstadium.HockeySDK-iOS-3.8-RC.1.docset`
|
||||
- `de.bitstadium.HockeySDK-iOS-4.0-Alpha.1.docset`
|
||||
|
||||
3. Feature are not working as expected
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#include "HockeySDK.xcconfig"
|
||||
|
||||
BUILD_NUMBER = 51
|
||||
VERSION_STRING = 3.8-RC.1
|
||||
BUILD_NUMBER = 60
|
||||
VERSION_STRING = 4.0-Alpha.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)"\""
|
||||
BIT_ARM_ARCHS = armv7 armv7s arm64
|
||||
BIT_SIM_ARCHS = x86_64 i386
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
## Version 4.0-Alpha.1
|
||||
|
||||
- [NEW] Added `BITTelemetryManager` to track users and sessions
|
||||
|
||||
## Version 3.8-RC.1
|
||||
|
||||
- [UPDATE] Added full support for `NSURLSession`
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
## Version 3.8-RC.1
|
||||
## Version 4.0-Alpha.1
|
||||
|
||||
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.8-RC.1/docs/docs/Changelog.html)
|
||||
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/4.0-Alpha.1/docs/docs/Changelog.html)
|
||||
|
||||
## Introduction
|
||||
|
||||
@ -441,7 +441,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.8-RC.1/index.html).
|
||||
Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/4.0-Alpha.1/index.html).
|
||||
|
||||
<a id="troubleshooting"></a>
|
||||
## 5.Troubleshooting
|
||||
@ -455,7 +455,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:
|
||||
|
||||
- `HockeySDK.framework` (except if you build a dynamic framework version of the SDK yourself!)
|
||||
- `de.bitstadium.HockeySDK-iOS-3.8-RC.1.docset`
|
||||
- `de.bitstadium.HockeySDK-iOS-4.0-Alpha.1.docset`
|
||||
|
||||
3. Feature are not working as expected
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user