Skip to content

Commit ec44146

Browse files
author
Edward Smith
committed
Merge branch 'master' of ssh://github.com/BranchMetrics/ios-branch-deep-linking into staging
2 parents d98fe84 + ee443ec commit ec44146

File tree

10 files changed

+21
-20
lines changed

10 files changed

+21
-20
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
@@ -1416,7 +1416,7 @@ + (NSString *)bundleIdentifier {
14161416
}
14171417

14181418
+ (NSString *)kitDisplayVersion {
1419-
return @"0.12.16";
1419+
return @"0.12.17";
14201420
}
14211421

14221422
@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)

checksum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#checksum for Branch-iOS-SDK found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-SDK.zip
2-
8fc9a4b42c3f8195481142aae59c4445cff32acc Branch-iOS-SDK.zip
2+
b1a4754ad473b86bc07e85bd4aeb9376f41010e7 Branch-iOS-SDK.zip
33
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
4-
2149cb71d303cf81e7173c3ae2eeb43a84fe021a Branch-iOS-TestBed.zip
4+
dd4e0c71f5915c967333ac540a0180f6272965f6 Branch-iOS-TestBed.zip

iOS_SDK_Release_Procedure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ iOS SDK Release Procedure
3939
5) Release on Fabric
4040
=> New!! <=
4141
• On the command line, cd to 'ios-branch-deep-linking'.
42-
• Run the script './scripts/deploy-fabric'.
42+
• Run the script './scripts/deploy-fabric <version>'.
4343
• The script will compress and upload the framework, then the Fabric.app application will open.
4444
• Verify the deploy by going to the Fabric Mac app, choose 'Branch' and check the version number.
4545
• More details to be found here: https://github.com/twitterdev/3pk/wiki/Updating-SDKs
@@ -57,7 +57,7 @@ iOS SDK Release Procedure
5757
6) Release on Carthage
5858
=> New!! <=
5959
• On the command line, cd to 'ios-branch-deep-linking'.
60-
• Run the script './scripts/deploy-fabric'.
60+
• Run the script './scripts/deploy-carthage'.
6161
• The script will check and compile the framework. Then the web page
6262
'https://github.com/BranchMetrics/ios-branch-deep-linking/releases/new' will open.
6363

scripts/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ git add --all
3535
git commit -m "Updates for $1 release."
3636
git tag $1
3737
## git push --tags origin master
38-
git push --tags
38+
git push
3939
git checkout master
4040
git pull
4141
git pull origin QA
@@ -50,5 +50,5 @@ sh $SCRIPT_DIR/upload_zips.sh
5050
# Prompt for SDK Releases Group post
5151
echo "Inform the SDK Releases Group."
5252
echo "Subject: 'iOS SDK Release $1'"
53-
echo " Body: The change log."
53+
echo " Body: < The change log >"
5454
open 'https://groups.google.com/forum/#!newtopic/branch-sdk-releases'

0 commit comments

Comments
 (0)