Skip to content

Commit 0d62dc1

Browse files
committed
more descriptive changelog
1 parent 0adca68 commit 0d62dc1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ Add API to attach Facebook partner parameters to Branch install, opens and event
1212
See Facebook's documentation on advanced matching for details on valid parameters.
1313

1414
CORE-1316
15-
Add support for xcframework. This changes the manual and Carthage integrations.
16-
See documentation on the Branch docs website for details.
15+
Add support for xcframework.
16+
Branch.xcframework has replaced Branch.framework. iOS and tvOS are both included in the same xcframework.
17+
The pre-built xcframework is Branch.zip in the carthage-files folder.
18+
Carthage integrations require the '--use-xcframeworks' flag. This feature is not yet in the general carthage release, you will need to install carthage from source.
1719

1820
Thread safety improvement to server performance metrics. Thanks benski!
1921

scripts/deploy-checksum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ echo '#checksum for Branch.zip on Github' > "$checksum_file"
2222
shasum Branch.zip >> $checksum_file
2323

2424
# remove source frameworks
25+
mv Branch.zip ..
26+
mv checksum ..
2527
echo "Cleaning up"
2628
rm -rf Branch.xcframework
2729

0 commit comments

Comments
 (0)