diff --git a/HockeySDK-Source.podspec b/HockeySDK-Source.podspec
index 0793626717..eb8bbb4f19 100644
--- a/HockeySDK-Source.podspec
+++ b/HockeySDK-Source.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'HockeySDK-Source'
- s.version = '4.0.0-beta.1'
+ s.version = '4.0.0'
s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and analyze your test coverage with HockeyApp.'
s.description = <<-DESC
@@ -18,14 +18,13 @@ Pod::Spec.new do |s|
s.author = { 'Microsoft' => 'support@hockeyapp.net' }
s.source = { :git => 'https://github.com/bitstadium/HockeySDK-iOS.git', :tag => s.version.to_s }
- s.platform = :ios, '7.0'
- s.ios.deployment_target = '6.0'
+ s.platform = :ios, '6.0'
s.source_files = 'Classes'
s.requires_arc = true
s.frameworks = 'AssetsLibrary', 'CoreGraphics', 'CoreTelephony', 'CoreText', 'MobileCoreServices', 'Photos', 'QuartzCore', 'QuickLook', 'Security', 'SystemConfiguration', 'UIKit'
s.libraries = 'c++', 'z'
- s.ios.vendored_frameworks = 'Vendor/CrashReporter.framework'
+ s.vendored_frameworks = 'Vendor/CrashReporter.framework'
s.pod_target_xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => %{$(inherited) BITHOCKEY_VERSION="@\\"#{s.version}\\"" BITHOCKEY_C_VERSION="\\"#{s.version}\\"" BITHOCKEY_BUILD="@\\"60\\"" BITHOCKEY_C_BUILD="\\"60\\""} }
s.resource_bundle = { 'HockeySDKResources' => ['Resources/*.png', 'Resources/*.lproj'] }
s.preserve_paths = 'Resources', 'Support'
diff --git a/HockeySDK.podspec b/HockeySDK.podspec
index 018ea46846..89497e2f2c 100644
--- a/HockeySDK.podspec
+++ b/HockeySDK.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'HockeySDK'
- s.version = '4.0.0-beta.1'
+ s.version = '4.0.0'
s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and analyze your test coverage with HockeyApp.'
s.description = <<-DESC
@@ -17,8 +17,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'HockeySDK-iOS/LICENSE' }
s.author = { 'Microsoft' => 'support@hockeyapp.net' }
- s.platform = :ios, '7.0'
- s.ios.deployment_target = '6.0'
+ s.platform = :ios, '6.0'
s.requires_arc = true
s.preserve_path = 'HockeySDK-iOS/README.md'
diff --git a/README.md b/README.md
index 0fc0e42521..f7f72931c5 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
[](https://github.com/Carthage/Carthage)
[](http://cocoadocs.org/docsets/HockeySDK)
-## Version 4.0.0-beta.1
+## Version 4.0.0
-- [Changelog](http://www.hockeyapp.net/help/sdk/ios/4.0.0-beta.1/docs/docs/Changelog.html)
+- [Changelog](http://www.hockeyapp.net/help/sdk/ios/4.0.0/docs/docs/Changelog.html)
## Introduction
@@ -494,7 +494,7 @@ To check if data is send properly to HockeyApp and also see some additional SDK
## 4. Documentation
-Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/4.0.0-beta.1/index.html).
+Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/4.0.0/index.html).
## 5.Troubleshooting
@@ -508,7 +508,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-4.0.0-beta.1.docset`
+ - `de.bitstadium.HockeySDK-iOS-4.0.0.docset`
### Feature are not working as expected
diff --git a/Support/buildnumber.xcconfig b/Support/buildnumber.xcconfig
index 0f017ed3cf..bae2409aa0 100644
--- a/Support/buildnumber.xcconfig
+++ b/Support/buildnumber.xcconfig
@@ -1,7 +1,7 @@
#include "HockeySDK.xcconfig"
-BUILD_NUMBER = 81
-VERSION_STRING = 4.0.0-beta.1
+BUILD_NUMBER = 82
+VERSION_STRING = 4.0.0
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_SIM_ARCHS = x86_64 i386
diff --git a/docs/Changelog-template.md b/docs/Changelog-template.md
index cc8fbd637e..00d65efc38 100644
--- a/docs/Changelog-template.md
+++ b/docs/Changelog-template.md
@@ -1,4 +1,4 @@
-# Develop branch
+## Version 4.0.0
- [NEW] Added official Carthage support
- [NEW] Added `preparedItemsForFeedbackManager:` method in `BITFeedbackManagerDelegate` to allow to provide items with every possible method of showing the feedback compose dialog.
diff --git a/docs/Guide-Installation-Setup-template.md b/docs/Guide-Installation-Setup-template.md
index ae39a9d155..b82f5d9b68 100644
--- a/docs/Guide-Installation-Setup-template.md
+++ b/docs/Guide-Installation-Setup-template.md
@@ -1,6 +1,6 @@
-## Version 4.0.0-beta.1
+## Version 4.0.0
-- [Changelog](http://www.hockeyapp.net/help/sdk/ios/4.0.0-beta.1/docs/docs/Changelog.html)
+- [Changelog](http://www.hockeyapp.net/help/sdk/ios/4.0.0/docs/docs/Changelog.html)
## Introduction
@@ -474,7 +474,7 @@ To check if data is send properly to HockeyApp and also see some additional SDK
## 4. Documentation
-Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/4.0.0-beta.1/index.html).
+Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/ios/4.0.0/index.html).
## 5.Troubleshooting
@@ -488,7 +488,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-4.0.0-beta.1.docset`
+ - `de.bitstadium.HockeySDK-iOS-4.0.0.docset`
### Feature are not working as expected