Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 2e23426

Browse files
committed
Bump version to 3.0.0b5 Build 15
1 parent 9723874 commit 2e23426

File tree

3 files changed

+34
-6
lines changed

3 files changed

+34
-6
lines changed

Support/buildnumber.xcconfig

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

3-
BUILD_NUMBER = 14
4-
VERSION_STRING = 3.0.0b4
5-
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"3.0.0b4\""
3+
BUILD_NUMBER = 15
4+
VERSION_STRING = 3.0.0b5
5+
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"3.0.0b5\""

docs/Changelog-template.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
### Version 3.0.0b5
2+
3+
- General:
4+
5+
- [NEW] Remove `-ObjC` from `Other Linker Flags`, since the SDK doesn't need it
6+
- [NEW] Update localizations (german, croatian)
7+
- [BUGFIX] Fix some new compiler warnings
8+
- [BUGFIX] Fix some missing new lines at EOF
9+
- [BUGFIX] Make sure sure JSON serialization doesn't crash if the string is nil
10+
11+
- Crash Reporting:
12+
13+
- [NEW] Add anonymous device ID to crash reports
14+
- [BUGFIX] Move calculation of time interval between startup and crash further up in the code, so delegates can use this information e.g. to add it into a log file
15+
- [BUGFIX] Call delegate also if a crash was detected but could not be read (if handling crashes on startup is implemented)
16+
- [BUGFIX] Format timestamp in crash report to be always UTC in en_US locale
17+
- [BUGFIX] Make sure crash reports incident identifier and key don't have special [] chars and some value
18+
19+
- Feedback:
20+
21+
- [NEW] Ask user details and show compose screen automatically on first opening feedback list view
22+
- [BUGFIX] Fix some users own messages re-appearing after deleting them
23+
- [BUGFIX] Problems displaying feedback list view in a navigation hierarchy
24+
25+
- Updating:
26+
27+
- [BUGFIX] Fix a problem showing the update UI animated if there TTNavigator class is present even though not being used
28+
129
### Version 3.0.0b4
230

331
- Crash Reporting:

docs/Guide-Installation-Setup-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This document contains the following sections:
1818

1919
The SDK runs on devices with iOS 5.0 or higher.
2020

21-
If you need support for iOS 4.x, please check out [HockeySDK v2.5.4](https://github.com/bitstadium/HockeySDK-iOS/downloads)
21+
If you need support for iOS 4.x, please check out [HockeySDK v2.5.5](https://github.com/bitstadium/HockeySDK-iOS/downloads)
2222

2323
If you need support for iOS 3.x, please check out [HockeyKit](http://support.hockeyapp.net/kb/client-integration/beta-distribution-on-ios-hockeykit) and [QuincyKit](http://support.hockeyapp.net/kb/client-integration/crash-reporting-on-ios-quincykit)
2424

@@ -34,7 +34,7 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc
3434
<a id="xcode"></a>
3535
## Set up Xcode
3636

37-
1. Drag & drop the `HockeySDK-iOS` folder from your project directory to your Xcode project.
37+
1. Drag & drop `HockeySDK.embeddedframework` from your project directory to your Xcode project.
3838

3939
2. Similar to above, our projects have a group `Vendor`, so we drop it there.
4040

@@ -114,4 +114,4 @@ The Mac Desktop Uploader can provide easy uploading of your app versions to Hock
114114

115115
This documentation provides integrated help in Xcode for all public APIs and a set of additional tutorials and HowTos.
116116

117-
1. Copy `de.bitstadium.HockeySDK-iOS-3.0.0b1.docset` into ~`/Library/Developer/Shared/Documentation/DocSet`
117+
1. Copy `de.bitstadium.HockeySDK-iOS-3.0.0b5.docset` into ~`/Library/Developer/Shared/Documentation/DocSet`

0 commit comments

Comments
 (0)