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

Commit 2f0c222

Browse files
committed
Merge branch 'release/4.1.0-beta.4' into develop
2 parents 4adf3b7 + 81f854b commit 2f0c222

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

HockeySDK-Mac.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'HockeySDK-Mac'
3-
s.version = '4.1.0-beta.3'
3+
s.version = '4.1.0-beta.4'
44

55
s.summary = 'Collect live crash reports, get feedback from your users, distribute your betas, and get usage data.'
66
s.description = <<-DESC

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[![Build Status](https://travis-ci.org/bitstadium/HockeySDK-iOS.svg?branch=develop)](https://travis-ci.org/bitstadium/HockeySDK-Mac)
22

3-
## Version 4.1.0-beta.3
3+
## Version 4.1.0-beta.4
44

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

77
**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.
88

@@ -385,7 +385,7 @@ To check if data is send properly to HockeyApp and also see some additional SDK
385385
<a id="documentation"></a>
386386
## 4. Documentation
387387

388-
Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/mac/4.1.0-beta.3/index.html).
388+
Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/mac/4.1.0-beta.4/index.html).
389389

390390
<a id="troubleshooting"></a>
391391
## 5.Troubleshooting

Support/buildnumber.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "HockeySDK.xcconfig"
22

3-
BUILD_NUMBER = 54
4-
VERSION_STRING = 4.1.0-beta.3
3+
BUILD_NUMBER = 55
4+
VERSION_STRING = 4.1.0-beta.4
55
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)

docs/Changelog-template.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1+
## 4.1.0-beta.4
2+
3+
Add a bugfix from version 4.0.3:
4+
5+
- [BUGFIX] Use a directory path for metrics data that's in compliance with Apple's file system guidelines
6+
17
## 4.1.0-beta.3
28

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

715
## 4.1.0-beta.2

docs/Guide-Installation-Setup-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Version 4.1.0-beta.3
1+
## Version 4.1.0-beta.4
22

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

55
**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.
66

@@ -371,7 +371,7 @@ To check if data is send properly to HockeyApp and also see some additional SDK
371371
<a id="documentation"></a>
372372
## 4. Documentation
373373

374-
Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/mac/4.1.0-beta.3/index.html).
374+
Our documentation can be found on [HockeyApp](http://hockeyapp.net/help/sdk/mac/4.1.0-beta.4/index.html).
375375

376376
<a id="troubleshooting"></a>
377377
## 5.Troubleshooting

0 commit comments

Comments
 (0)