Update version number to 3.8.4

This commit is contained in:
Lukas Spieß 2015-10-23 10:09:54 +02:00
parent ca2dd4c270
commit bc8bc7865c
5 changed files with 11 additions and 11 deletions

View File

@ -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.3' s.version = '3.8.4'
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

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'HockeySDK' s.name = 'HockeySDK'
s.version = '3.8.3' s.version = '3.8.4'
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

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.3 ## Version 3.8.4
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.8.3/docs/docs/Changelog.html) - [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.8.4/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.3/index.html). Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/3.8.4/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.3.docset` - `de.bitstadium.HockeySDK-iOS-3.8.4.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 = 56 BUILD_NUMBER = 56
VERSION_STRING = 3.8.3 VERSION_STRING = 3.8.4
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) $(HOCKEYSDK_GCC_PREPROCESSOR_DEFINITIONS) 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_GCC_PREPROCESSOR_DEFINITIONS) 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,6 +1,6 @@
## Version 3.8.3 ## Version 3.8.4
- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.8.3/docs/docs/Changelog.html) - [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.8.4/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.3/index.html). Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/3.8.4/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.3.docset` - `de.bitstadium.HockeySDK-iOS-3.8.4.docset`
3. Feature are not working as expected 3. Feature are not working as expected