Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/4.1.0-beta.3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis committed May 18, 2016
2 parents 1ba7eb3 + 5613902 commit 6bbdde9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion HockeySDK-Mac.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'HockeySDK-Mac'
s.version = '4.1.0-beta.2'
s.version = '4.1.0-beta.3'

s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and get usage data.'
s.description = <<-DESC
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Build Status](https://travis-ci.org/bitstadium/HockeySDK-iOS.svg?branch=develop)](https://travis-ci.org/bitstadium/HockeySDK-Mac)

## Version 4.1.0-beta.2
## Version 4.1.0-beta.3

- [Changelog](http://www.hockeyapp.net/help/sdk/mac/4.1.0-beta.2/docs/docs/Changelog.html)
- [Changelog](http://www.hockeyapp.net/help/sdk/mac/4.1.0-beta.3/docs/docs/Changelog.html)

**NOTE:** With the release of HockeySDK 4.0.0-alpha.1 a bug was introduced which lead to the exclusion of the Application Support folder from iCloud and iTunes backups.

Expand Down Expand Up @@ -385,7 +385,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/mac/4.1.0-beta.2/index.html).
Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/mac/4.1.0-beta.3/index.html).

<a id="troubleshooting"></a>
## 5.Troubleshooting
Expand Down
4 changes: 2 additions & 2 deletions Support/buildnumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "HockeySDK.xcconfig"

BUILD_NUMBER = 52
VERSION_STRING = 4.1.0-beta.2
BUILD_NUMBER = 53
VERSION_STRING = 4.1.0-beta.3
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\""$(VERSION_STRING)"\"" BITHOCKEY_BUILD="@\""$(BUILD_NUMBER)"\"" BITHOCKEY_C_VERSION="\""$(VERSION_STRING)"\"" BITHOCKEY_C_BUILD="\""$(BUILD_NUMBER)"\"" $(XCODEBUILD_GCC_PREPROCESSOR_DEFINITIONS)
6 changes: 6 additions & 0 deletions docs/Changelog-template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.1.0-beta.3

- [IMPROVEMENT] Make lastSessionCrashDetails available in delegate methods
Add a bugfix from version 4.0.2:
- [BUGFIX] Restore compatibility with OS X 10.7 by not accessing `NSURLIsExcludedFromBackupKey` if not available

## 4.1.0-beta.2

- [BUGFIX] Fixes an issue where the whole app's Application Support directory (sandboxed apps) / user’s Application Support directory (non-sandboxed apps) was accidentally excluded from backups.
Expand Down
6 changes: 3 additions & 3 deletions docs/Guide-Installation-Setup-template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Version 4.1.0-beta.2
## Version 4.1.0-beta.3

- [Changelog](http://www.hockeyapp.net/help/sdk/mac/4.1.0-beta.2/docs/docs/Changelog.html)
- [Changelog](http://www.hockeyapp.net/help/sdk/mac/4.1.0-beta.3/docs/docs/Changelog.html)

**NOTE:** With the release of HockeySDK 4.0.0-alpha.1 a bug was introduced which lead to the exclusion of the Application Support folder from iCloud and iTunes backups.

Expand Down Expand Up @@ -371,7 +371,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/mac/4.1.0-beta.2/index.html).
Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/mac/4.1.0-beta.3/index.html).

<a id="troubleshooting"></a>
## 5.Troubleshooting
Expand Down

0 comments on commit 6bbdde9

Please sign in to comment.