Skip to content

Commit 2de11ad

Browse files
committed
Release candidate for QA. Update changelog and checksums of pre-built binaries.
1 parent 96e68df commit 2de11ad

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

ChangeLog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
Branch iOS SDK Change Log
22

3+
v1.38.0
4+
Feb. 10, 2021
5+
6+
CORE-1608
7+
Switch to semantic versioning.
8+
9+
CORE-1677
10+
Add a static xcframework.
11+
The pre-built static xcframework is Branch_static.zip attached to the github release page. Note that tvOS does not support static frameworks.
12+
13+
CORE-1626
14+
Remove some non-inclusive terms.
15+
The method 'addWhiteListedScheme' is now named 'addAllowedScheme'
16+
The method 'setWhiteListedSchemes' is now named 'setAllowedSchemes'
17+
18+
SDK-1111
19+
The method to obtain last attributed touch data now includes an NSError in the completion block.
20+
21+
- (void)lastAttributedTouchDataWithAttributionWindow:(NSInteger)window completion:(void(^) (BranchLastAttributedTouchData * _Nullable latd, NSError * _Nullable error))completion;
22+
23+
SDK-1106
24+
Remove old data transfer code. Addresses a potential crash.
25+
326
v0.37.0
427
January 20, 2021
528

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-
578fda9ace215587d1ce132eb5a6774c8f2402e0 Branch.zip
2+
8e026a30027a27b4cdef0f843ec730e9d0448bf7 Branch.zip

carthage-files/checksum_static

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#checksum for Branch_static.zip on Github
2+
738656306d3ac1d7ce6f6f1c6bcbd59520fed293 Branch_static.zip

0 commit comments

Comments
 (0)