Increas Version + Build to 4.0-Alpha.1 (60)

This commit is contained in:
Andreas Linde 2015-09-14 17:22:49 +02:00
parent 9b0c199803
commit 1ebdaa434c
4 changed files with 14 additions and 10 deletions

View File

@ -1,8 +1,8 @@
[![Build Status](https://travis-ci.org/bitstadium/HockeySDK-iOS.svg?branch=develop)](https://travis-ci.org/bitstadium/HockeySDK-iOS) [![Build Status](https://travis-ci.org/bitstadium/HockeySDK-iOS.svg?branch=develop)](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 ## Introduction
@ -457,7 +457,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-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> <a id="troubleshooting"></a>
## 5.Troubleshooting ## 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: 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-RC.1.docset` - `de.bitstadium.HockeySDK-iOS-4.0-Alpha.1.docset`
3. Feature are not working as expected 3. Feature are not working as expected

View File

@ -1,7 +1,7 @@
#include "HockeySDK.xcconfig" #include "HockeySDK.xcconfig"
BUILD_NUMBER = 51 BUILD_NUMBER = 60
VERSION_STRING = 3.8-RC.1 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)"\"" 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

View File

@ -1,3 +1,7 @@
## Version 4.0-Alpha.1
- [NEW] Added `BITTelemetryManager` to track users and sessions
## Version 3.8-RC.1 ## Version 3.8-RC.1
- [UPDATE] Added full support for `NSURLSession` - [UPDATE] Added full support for `NSURLSession`

View File

@ -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 ## Introduction
@ -441,7 +441,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-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> <a id="troubleshooting"></a>
## 5.Troubleshooting ## 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: 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-RC.1.docset` - `de.bitstadium.HockeySDK-iOS-4.0-Alpha.1.docset`
3. Feature are not working as expected 3. Feature are not working as expected