Skip to content

Commit 57c2988

Browse files
committed
Merge branch 'master' into CORE-2469-remove-unused-files-from-repo
2 parents abe00bf + ef424e7 commit 57c2988

File tree

12 files changed

+27
-20
lines changed

12 files changed

+27
-20
lines changed

Branch-SDK/BNCConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
NSString * const BNC_API_BASE_URL = @"https://api2.branch.io";
1212
NSString * const BNC_API_VERSION = @"v1";
1313
NSString * const BNC_LINK_URL = @"https://bnc.lt";
14-
NSString * const BNC_SDK_VERSION = @"1.40.1";
14+
NSString * const BNC_SDK_VERSION = @"1.40.2";

Branch-SDK/BNCPreferenceHelper.m

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -787,13 +787,13 @@ - (NSMutableDictionary *)persistenceDict {
787787
NSError *error = nil;
788788
NSData *data = [NSData dataWithContentsOfURL:self.class.URLForPrefsFile options:0 error:&error];
789789
if (!error && data) {
790-
if (@available(iOS 11.0, tvOS 11.0, *)) {
791-
persistenceDict = [NSKeyedUnarchiver unarchivedObjectOfClass:[BNCServerRequest class] fromData:data error:NULL];
792-
} else {
793-
#if __IPHONE_OS_VERSION_MIN_REQUIRED < 12000
790+
// if (@available(iOS 11.0, tvOS 11.0, *)) {
791+
// persistenceDict = [NSKeyedUnarchiver unarchivedObjectOfClass:[NSMutableDictionary class] fromData:data error:NULL];
792+
// } else {
793+
//#if __IPHONE_OS_VERSION_MIN_REQUIRED < 12000
794794
persistenceDict = [NSKeyedUnarchiver unarchiveObjectWithData:data];
795-
#endif
796-
}
795+
//#endif
796+
// }
797797
}
798798
}
799799
@catch (NSException*) {

Branch-SDK/BNCServerInterface.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ - (BOOL)isLinkingRelatedRequest:(NSString *)endpoint {
275275
BOOL hasIdentifier = (prefs.linkClickIdentifier.length > 0 ) || (prefs.spotlightIdentifier.length > 0 ) || (prefs.universalLinkUrl.length > 0);
276276

277277
// Allow install to resolve a link.
278-
if ([endpoint containsString:@"/v1/install"] && hasIdentifier) {
278+
if ([endpoint containsString:@"/v1/install"]) {
279279
return YES;
280280
}
281281

Branch-TestBed/Framework-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.40.1</string>
20+
<string>1.40.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1.40.1</string>
24+
<string>1.40.2</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

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 = "1.40.1"
3+
s.version = "1.40.2"
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+
v.1.40.2
4+
- CORE-2502 Fix serialization issue
5+
36
v.1.40.1
47
- CORE-2463 workaround server side issue with inconsisent response payload.
58

carthage-files/BranchSDK.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@
16621662
INFOPLIST_FILE = "Branch-tvOS/Info.plist";
16631663
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
16641664
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1665-
MARKETING_VERSION = 1.40.1;
1665+
MARKETING_VERSION = 1.40.2;
16661666
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
16671667
MTL_FAST_MATH = YES;
16681668
ONLY_ACTIVE_ARCH = YES;
@@ -1698,7 +1698,7 @@
16981698
INFOPLIST_FILE = "Branch-tvOS/Info.plist";
16991699
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
17001700
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1701-
MARKETING_VERSION = 1.40.1;
1701+
MARKETING_VERSION = 1.40.2;
17021702
MTL_FAST_MATH = YES;
17031703
ONLY_ACTIVE_ARCH = NO;
17041704
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1730,7 +1730,7 @@
17301730
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17311731
MACH_O_TYPE = staticlib;
17321732
MACOSX_DEPLOYMENT_TARGET = 10.15;
1733-
MARKETING_VERSION = 1.40.1;
1733+
MARKETING_VERSION = 1.40.2;
17341734
ONLY_ACTIVE_ARCH = YES;
17351735
OTHER_LDFLAGS = "-ObjC";
17361736
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1759,7 +1759,7 @@
17591759
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
17601760
MACH_O_TYPE = staticlib;
17611761
MACOSX_DEPLOYMENT_TARGET = 10.15;
1762-
MARKETING_VERSION = 1.40.1;
1762+
MARKETING_VERSION = 1.40.2;
17631763
ONLY_ACTIVE_ARCH = NO;
17641764
OTHER_LDFLAGS = "-ObjC";
17651765
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1914,7 +1914,7 @@
19141914
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
19151915
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
19161916
MACOSX_DEPLOYMENT_TARGET = 10.15;
1917-
MARKETING_VERSION = 1.40.1;
1917+
MARKETING_VERSION = 1.40.2;
19181918
ONLY_ACTIVE_ARCH = YES;
19191919
OTHER_LDFLAGS = "-ObjC";
19201920
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1941,7 +1941,7 @@
19411941
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
19421942
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
19431943
MACOSX_DEPLOYMENT_TARGET = 10.15;
1944-
MARKETING_VERSION = 1.40.1;
1944+
MARKETING_VERSION = 1.40.2;
19451945
ONLY_ACTIVE_ARCH = NO;
19461946
OTHER_LDFLAGS = "-ObjC";
19471947
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;

carthage-files/checksum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#checksum for Branch.zip on Github
2-
933cb1aaf5094d1a578d8f4c8b014c1c4742c02b Branch.zip
2+
4653a56d03e4502cd3e8c287ae34ceca20ffef3c Branch.zip

carthage-files/checksum_noidfa

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#checksum for Branch on Github
2+
472054c29f4d4284ef01954a59cee54a90c9f0a2 Branch_noidfa.zip

carthage-files/checksum_static

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#checksum for Branch-static.zip on Github
2-
8f83c0b51b7c6a64265f86543cd8ffa2fffba7bd Branch_static.zip
2+
c6371b163f28a37acf214507f70d0d2e162a597a Branch_static.zip

0 commit comments

Comments
 (0)