Skip to content

Commit

Permalink
Release 0.12.27.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednawar committed Feb 2, 2017
1 parent 01f88fc commit a0bcab8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Branch-SDK/Branch-SDK/BNCConfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

NSString * const BNC_API_VERSION = @"v1";
NSString * const BNC_LINK_URL = @"https://bnc.lt";
NSString * const BNC_SDK_VERSION = @"0.12.26";
NSString * const BNC_SDK_VERSION = @"0.12.27";
2 changes: 1 addition & 1 deletion Branch-TestBed/Branch-TestBed/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ - (BOOL)application:(UIApplication *)application
// For Apple Search Ads
// [branch delayInitToCheckForSearchAds];
// [branch setAppleSearchAdsDebugMode];

[branch setWhiteListedSchemes:@[@"branchtest"]];

// Automatic Deeplinking on "deeplink_text"
Expand Down
Binary file modified Branch.framework.zip
Binary file not shown.
Binary file modified Branch.framework/Versions/A/Branch
Binary file not shown.
1 change: 1 addition & 0 deletions Branch.framework/Versions/A/Headers/BNCPreferenceHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
@property (assign, nonatomic) BOOL shouldWaitForInit;
@property (assign, nonatomic) BOOL suppressWarningLogs;
@property (assign, nonatomic) BOOL checkedFacebookAppLinks;
@property (assign, nonatomic) BOOL checkedAppleSearchAdAttribution;
@property (assign, nonatomic) NSInteger retryCount;
@property (assign, nonatomic) NSTimeInterval retryInterval;
@property (assign, nonatomic) NSTimeInterval timeout;
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.26"
s.version = "0.12.27"
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
4 changes: 2 additions & 2 deletions carthage-files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.12.26</string>
<string>0.12.27</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.12.26</string>
<string>0.12.27</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions checksum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#checksum for Branch-iOS-SDK found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-SDK.zip
4d3c80dcd23f396127cf88123a891b959d836656 Branch-iOS-SDK.zip
b81ce8497f4000cb74a48737c6a1ba3d7f26c122 Branch-iOS-SDK.zip
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
136af02afc4d08ce8f00e1df38f3f1ff80a328b5 Branch-iOS-TestBed.zip
dfd8837996cde11a0d0420a53e51dacedfda9b80 Branch-iOS-TestBed.zip
2 changes: 1 addition & 1 deletion scripts/version
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Options:
USAGE
}

version=0.12.26
version=0.12.27

if (( $# == 0 )); then
echo $version
Expand Down

0 comments on commit a0bcab8

Please sign in to comment.