Skip to content

Commit 5117089

Browse files
committed
Merge branch 'master' into staging
2 parents a7b1c94 + e0fe6fe commit 5117089

File tree

8 files changed

+14
-9
lines changed

8 files changed

+14
-9
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.9"
12+
#define SDK_VERSION @"0.12.10"
1313

1414
#define BNC_PROD_ENV
1515
//#define BNC_STAGE_ENV

Branch-SDK/Branch-SDK/Branch.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ + (NSString *)bundleIdentifier {
13641364
}
13651365

13661366
+ (NSString *)kitDisplayVersion {
1367-
return @"0.12.9";
1367+
return @"0.12.10";
13681368
}
13691369

1370-
@end
1370+
@end

Branch.framework/Versions/A/Branch

12.8 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.9"
12+
#define SDK_VERSION @"0.12.10"
1313

1414
#define BNC_PROD_ENV
1515
//#define BNC_STAGE_ENV

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ typedef NS_ENUM(NSInteger, ContentIndexMode) {
3838
@property (nonatomic, assign) BOOL automaticallyListOnSpotlight;
3939

4040

41-
- (nullable instancetype)initWithCanonicalIdentifier:(nonnull NSString *)canonicalIdentifier;
42-
- (nullable instancetype)initWithTitle:(nonnull NSString *)title;
41+
- (nonnull instancetype)initWithCanonicalIdentifier:(nonnull NSString *)canonicalIdentifier;
42+
- (nonnull instancetype)initWithTitle:(nonnull NSString *)title;
4343

4444
- (void)addMetadataKey:(nonnull NSString *)key value:(nonnull NSString *)value;
4545

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.9"
3+
s.version = "0.12.10"
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Branch iOS SDK change log
22

3+
- v0.12.10
4+
* Fix for issue causing initsession hang on cold start from universal link
5+
* Adding few crash protection
6+
* Removing BUO nullable fields
7+
38
- v0.12.9
49
* Fixing the time delay for strong match check using SVC
510

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-
402e2bab08a16dd030a9deb5ae18aa287af56a80 Branch-iOS-SDK.zip
2+
55426a2a9b67662e146962446af140f1164f6fcb 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-
427b242273ce25786233b6a7c1501bd3459fe5bc Branch-iOS-TestBed.zip
4+
7655eead75ae129c361b806830be5f68303eda8b Branch-iOS-TestBed.zip

0 commit comments

Comments
 (0)