Skip to content

Commit 24a977b

Browse files
author
Edward Smith
committed
Updates for 0.12.13 release.
1 parent 9d98e6e commit 24a977b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.12"
12+
#define SDK_VERSION @"0.12.13"
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
@@ -1368,7 +1368,7 @@ + (NSString *)bundleIdentifier {
13681368
}
13691369

13701370
+ (NSString *)kitDisplayVersion {
1371-
return @"0.12.12";
1371+
return @"0.12.13";
13721372
}
13731373

13741374
@end

Branch.framework/Versions/A/Branch

267 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.12"
12+
#define SDK_VERSION @"0.12.13"
1313

1414
#define BNC_PROD_ENV
1515
//#define BNC_STAGE_ENV

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
@property (assign, nonatomic) NSInteger installRequestDelay;
4040

4141
+ (BNCPreferenceHelper *)preferenceHelper;
42+
+ (NSURL*) URLForBranchDirectory;
4243

4344
- (NSString *)getAPIBaseURL;
4445
- (NSString *)getAPIURL:(NSString *)endpoint;

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,9 +428,8 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
428428
- (void)setNetworkTimeout:(NSTimeInterval)timeout;
429429

430430
/**
431-
Specify that Branch should use an invisible SFSafariViewController to attempt cookie-based matching. Enabled by default.
432-
433-
@warning Please import SafariServices in order for this to work.
431+
Specify that Branch should NOT use an invisible SFSafariViewController to attempt cookie-based matching upon install.
432+
If you call this method, we will fall back to using our pool of cookie-IDFA pairs for matching.
434433
*/
435434
- (void)disableCookieBasedMatching;
436435

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.12"
3+
s.version = "0.12.13"
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?

0 commit comments

Comments
 (0)