Skip to content

Commit c4fa731

Browse files
author
Edward Smith
committed
Updates for 0.12.17 release.
1 parent 8183287 commit c4fa731

File tree

7 files changed

+15
-14
lines changed

7 files changed

+15
-14
lines changed

Branch-SDK/Branch-SDK/BNCConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef Branch_SDK_Config_h
1010
#define Branch_SDK_Config_h
1111

12-
#define SDK_VERSION @"0.12.16"
12+
#define SDK_VERSION @"0.12.17"
1313

1414
#define BNC_PROD_ENV
1515
//#define BNC_STAGE_ENV

Branch-SDK/Branch-SDK/Branch.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@ + (NSString *)bundleIdentifier {
14331433
}
14341434

14351435
+ (NSString *)kitDisplayVersion {
1436-
return @"0.12.16";
1436+
return @"0.12.17";
14371437
}
14381438

14391439
@end

Branch.framework/Versions/A/Branch

26.2 KB
Binary file not shown.

Branch.framework/Versions/A/Headers/BNCConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef Branch_SDK_Config_h
1010
#define Branch_SDK_Config_h
1111

12-
#define SDK_VERSION @"0.12.16"
12+
#define SDK_VERSION @"0.12.17"
1313

1414
#define BNC_PROD_ENV
1515
//#define BNC_STAGE_ENV

Branch.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 = "Branch"
3-
s.version = "0.12.16"
3+
s.version = "0.12.17"
44
s.summary = "Create an HTTP URL for any piece of content in your app"
55
s.description = <<-DESC
66
- Want the highest possible conversions on your sharing feature?

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Branch iOS SDK Change Log
22

3+
- v0.12.17
4+
* Made the preference file creation more robust and fault tolerant.
5+
36
- v0.12.16
47
* Branch can now optionally track Apple Search Ad campaign attribution.
58
* Sharing channels have been updated to be human readable and match the Android names.

ReleaseNotes.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22
Branch SDK Release Notes
33
========================
44

5+
Check the change log for specific fixes: [Change log on Github.](https://github.com/BranchMetrics/ios-branch-deep-linking/blob/master/ChangeLog.md)
6+
7+
#### Branch Version 0.12.17
8+
Crash fix due to preferences
9+
10+
* There are no breaking changes in this release.
11+
* There are no significant new features in this release.
12+
513
#### Branch Version 0.12.16
614
Apple Search Ad Attribution
715

816
* Branch can now optionally track Apple Search Ad campaign attribution.
917
See the documentation for using this feature in the README.md section
1018
[Apple Search Ad Attribution.](https://github.com/BranchMetrics/ios-branch-deep-linking/blob/master/README.md#apple-search-ads)
1119

12-
* Check the change log for specific fixes: [Change log on Github.](https://github.com/BranchMetrics/ios-branch-deep-linking/blob/master/ChangeLog.md)
13-
1420
#### Branch Version 0.12.15
1521
Fixed a major crash bug.
1622

@@ -21,28 +27,20 @@ Xcode 7 Support - Wednesday, October 26 2016
2127

2228
* This release fixes a compile error with Xcode 7.
2329

24-
2530
#### Branch Version 0.12.13
2631
Better Match keys, Better Documentation - Tuesday, October 25 2016
2732

2833
* There are no breaking changes in this release.
29-
3034
* There are no significant new features in this release.
31-
3235
* Testing notes: All fixes were bug fixes. Make sure that existing tests run OK.
33-
3436
* Check the change log for specific fixes: [Change log on Github.](https://github.com/BranchMetrics/ios-branch-deep-linking/blob/master/ChangeLog.md)
3537

36-
3738
#### Branch Version 0.12.12
3839
Bug Fixes, Swift Updates, and iOS 10 Compatibility – Tuesday, October 11 2016
3940

4041
* There are no breaking changes in this release.
41-
4242
* The Swift example and documentation have been updated for Swift 3.0.
43-
4443
* We've diagnosed an open problem when Branch, Localytics, and Google Analytics are all used
4544
in the same app. You can read the details and work-arounds in the Github issue
4645
[Branch, Localytics, and Google Analytics.](https://github.com/BranchMetrics/ios-branch-deep-linking/issues/485)
47-
4846
* Check the change log for specific fixes: [Change log on Github.](https://github.com/BranchMetrics/ios-branch-deep-linking/blob/master/ChangeLog.md)

0 commit comments

Comments
 (0)