Skip to content

Commit 7e848c2

Browse files
committed
Updates for 0.12.10 release.
1 parent a7b1c94 commit 7e848c2

File tree

7 files changed

+12
-7
lines changed

7 files changed

+12
-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.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

0 commit comments

Comments
 (0)