Skip to content

Commit 0ee791a

Browse files
author
Edward Smith
committed
Updates for 0.12.20 release
1 parent 86a5baf commit 0ee791a

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

Branch.framework.zip

86.6 KB
Binary file not shown.

Branch.framework/Versions/A/Branch

0 Bytes
Binary file not shown.

ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Branch iOS SDK Change Log
22

33
- v0.12.20
4-
* Started beta program.
4+
* Started the SDK beta program. A beta version of the SDK is now available.
5+
- See the Github info here: https://branch.app.link/5HMUVrQeYy
56
* Updated the build script.
67
* Merge pull request #517 from brianmichel/bsm/call-javascript-from-main-thread.
78
* Fixed and re-applied patches from v0.12.18. These are:

checksum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#checksum for Branch-iOS-SDK found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-SDK.zip
2-
330a64db7f183ba608d8ca6cf9fd927d11e25f98 Branch-iOS-SDK.zip
2+
58c674bd99fd71f4d23ccd8bd0a1edf95f668af6 Branch-iOS-SDK.zip
33
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
4-
93a0e0d300100a157b5cd3e90826a1b4abe19606 Branch-iOS-TestBed.zip
4+
b64fa66f91a8b2496d09cdf9cb6c50ad8eb6f928 Branch-iOS-TestBed.zip

scripts/deploy-release

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,14 @@ shasum Branch-iOS-SDK.zip >> $checksum_file
4141
echo '#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip' >> "$checksum_file"
4242
shasum Branch-iOS-TestBed.zip >> $checksum_file
4343

44+
4445
echo '>>> Making Carthage build...' 1>&2
4546
./scripts/deploy-carthage
4647

47-
exit 1
48+
if ! ./scripts/askYN "Commit and deploy Branch release version ${version}?"; then
49+
echo ">>> Nothing deployed." 1>&2
50+
exit 1
51+
fi
4852

4953
echo '>>> Deploying Fabric build...' 1>&2
5054
./scripts/deploy-fabric

0 commit comments

Comments
 (0)