Skip to content

Commit

Permalink
Release candidate for QA. Update changelog and checksums of pre-built…
Browse files Browse the repository at this point in the history
… binaries.
  • Loading branch information
echo-branch committed Feb 9, 2021
1 parent 96e68df commit 2de11ad
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
23 changes: 23 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
Branch iOS SDK Change Log

v1.38.0
Feb. 10, 2021

CORE-1608
Switch to semantic versioning.

CORE-1677
Add a static xcframework.
The pre-built static xcframework is Branch_static.zip attached to the github release page. Note that tvOS does not support static frameworks.

CORE-1626
Remove some non-inclusive terms.
The method 'addWhiteListedScheme' is now named 'addAllowedScheme'
The method 'setWhiteListedSchemes' is now named 'setAllowedSchemes'

SDK-1111
The method to obtain last attributed touch data now includes an NSError in the completion block.

- (void)lastAttributedTouchDataWithAttributionWindow:(NSInteger)window completion:(void(^) (BranchLastAttributedTouchData * _Nullable latd, NSError * _Nullable error))completion;

SDK-1106
Remove old data transfer code. Addresses a potential crash.

v0.37.0
January 20, 2021

Expand Down
2 changes: 1 addition & 1 deletion carthage-files/checksum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#checksum for Branch.zip on Github
578fda9ace215587d1ce132eb5a6774c8f2402e0 Branch.zip
8e026a30027a27b4cdef0f843ec730e9d0448bf7 Branch.zip
2 changes: 2 additions & 0 deletions carthage-files/checksum_static
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#checksum for Branch_static.zip on Github
738656306d3ac1d7ce6f6f1c6bcbd59520fed293 Branch_static.zip

0 comments on commit 2de11ad

Please sign in to comment.