Skip to content

Commit

Permalink
Updates for 0.12.17 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Smith committed Nov 28, 2016
1 parent 8183287 commit c4fa731
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Branch-SDK/Branch-SDK/BNCConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef Branch_SDK_Config_h
#define Branch_SDK_Config_h

#define SDK_VERSION @"0.12.16"
#define SDK_VERSION @"0.12.17"

#define BNC_PROD_ENV
//#define BNC_STAGE_ENV
Expand Down
2 changes: 1 addition & 1 deletion Branch-SDK/Branch-SDK/Branch.m
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@ + (NSString *)bundleIdentifier {
}

+ (NSString *)kitDisplayVersion {
return @"0.12.16";
return @"0.12.17";
}

@end
Binary file modified Branch.framework/Versions/A/Branch
Binary file not shown.
2 changes: 1 addition & 1 deletion Branch.framework/Versions/A/Headers/BNCConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef Branch_SDK_Config_h
#define Branch_SDK_Config_h

#define SDK_VERSION @"0.12.16"
#define SDK_VERSION @"0.12.17"

#define BNC_PROD_ENV
//#define BNC_STAGE_ENV
Expand Down
2 changes: 1 addition & 1 deletion Branch.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Branch"
s.version = "0.12.16"
s.version = "0.12.17"
s.summary = "Create an HTTP URL for any piece of content in your app"
s.description = <<-DESC
- Want the highest possible conversions on your sharing feature?
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Branch iOS SDK Change Log

- v0.12.17
* Made the preference file creation more robust and fault tolerant.

- v0.12.16
* Branch can now optionally track Apple Search Ad campaign attribution.
* Sharing channels have been updated to be human readable and match the Android names.
Expand Down
18 changes: 8 additions & 10 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@
Branch SDK Release Notes
========================

Check the change log for specific fixes: [Change log on Github.](https://github.com/BranchMetrics/ios-branch-deep-linking/blob/master/ChangeLog.md)

#### Branch Version 0.12.17
Crash fix due to preferences

* There are no breaking changes in this release.
* There are no significant new features in this release.

#### Branch Version 0.12.16
Apple Search Ad Attribution

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

* Check the change log for specific fixes: [Change log on Github.](https://github.com/BranchMetrics/ios-branch-deep-linking/blob/master/ChangeLog.md)

#### Branch Version 0.12.15
Fixed a major crash bug.

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

* This release fixes a compile error with Xcode 7.


#### Branch Version 0.12.13
Better Match keys, Better Documentation - Tuesday, October 25 2016

* There are no breaking changes in this release.

* There are no significant new features in this release.

* Testing notes: All fixes were bug fixes. Make sure that existing tests run OK.

* Check the change log for specific fixes: [Change log on Github.](https://github.com/BranchMetrics/ios-branch-deep-linking/blob/master/ChangeLog.md)


#### Branch Version 0.12.12
Bug Fixes, Swift Updates, and iOS 10 Compatibility – Tuesday, October 11 2016

* There are no breaking changes in this release.

* The Swift example and documentation have been updated for Swift 3.0.

* We've diagnosed an open problem when Branch, Localytics, and Google Analytics are all used
in the same app. You can read the details and work-arounds in the Github issue
[Branch, Localytics, and Google Analytics.](https://github.com/BranchMetrics/ios-branch-deep-linking/issues/485)

* Check the change log for specific fixes: [Change log on Github.](https://github.com/BranchMetrics/ios-branch-deep-linking/blob/master/ChangeLog.md)

0 comments on commit c4fa731

Please sign in to comment.