Skip to content

Commit

Permalink
Updates for 0.12.20 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Smith committed Dec 13, 2016
1 parent 86a5baf commit 0ee791a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
Binary file modified Branch.framework.zip
Binary file not shown.
Binary file modified Branch.framework/Versions/A/Branch
Binary file not shown.
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Branch iOS SDK Change Log

- v0.12.20
* Started beta program.
* Started the SDK beta program. A beta version of the SDK is now available.
- See the Github info here: https://branch.app.link/5HMUVrQeYy
* Updated the build script.
* Merge pull request #517 from brianmichel/bsm/call-javascript-from-main-thread.
* Fixed and re-applied patches from v0.12.18. These are:
Expand Down
4 changes: 2 additions & 2 deletions checksum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#checksum for Branch-iOS-SDK found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-SDK.zip
330a64db7f183ba608d8ca6cf9fd927d11e25f98 Branch-iOS-SDK.zip
58c674bd99fd71f4d23ccd8bd0a1edf95f668af6 Branch-iOS-SDK.zip
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
93a0e0d300100a157b5cd3e90826a1b4abe19606 Branch-iOS-TestBed.zip
b64fa66f91a8b2496d09cdf9cb6c50ad8eb6f928 Branch-iOS-TestBed.zip
6 changes: 5 additions & 1 deletion scripts/deploy-release
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,14 @@ shasum Branch-iOS-SDK.zip >> $checksum_file
echo '#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip' >> "$checksum_file"
shasum Branch-iOS-TestBed.zip >> $checksum_file


echo '>>> Making Carthage build...' 1>&2
./scripts/deploy-carthage

exit 1
if ! ./scripts/askYN "Commit and deploy Branch release version ${version}?"; then
echo ">>> Nothing deployed." 1>&2
exit 1
fi

echo '>>> Deploying Fabric build...' 1>&2
./scripts/deploy-fabric
Expand Down

0 comments on commit 0ee791a

Please sign in to comment.