File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
Branch.framework/Versions/A Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11Branch 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:
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -41,10 +41,14 @@ shasum Branch-iOS-SDK.zip >> $checksum_file
4141echo ' #checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip' >> " $checksum_file "
4242shasum Branch-iOS-TestBed.zip >> $checksum_file
4343
44+
4445echo ' >>> 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
4953echo ' >>> Deploying Fabric build...' 1>&2
5054./scripts/deploy-fabric
You can’t perform that action at this time.
0 commit comments