summaryrefslogtreecommitdiff
path: root/platform/ios/scripts/deploy-packages.sh
Commit message (Collapse)AuthorAgeFilesLines
* [ios, build] Use github-release to check if release has been publishedJason Wray2017-10-101-10/+10
|
* [ios] Remove old Fabric build infrastructureJason Wray2017-06-141-1/+0
|
* [ios, build] Change version checker URL to ios-sdk site (#8468)Jason Wray2017-03-191-20/+0
| | | Decouple the version checker updating from the deploy process.
* [ios] Add version checker update to deploy scriptJason Wray2017-03-071-0/+20
|
* [ios] Use curl to verify that a release is not publishedandroid-v5.0.0-beta.2Jesse Bounds2017-03-011-1/+1
| | | | | The previous incantation is now failing due to redirects. Getting only the headers from curl and checkin the first line works reliably.
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-6/+6
|
* [macos] Upgrade macOS deployment and distribution (#7649)macos-v0.3.0-rc.1Minh Nguyễn2017-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | * [macos] Updated deployment scripts Ported fixes from #6581 and #6740. * [macos] Acknowledge AppleScript support * [macos] Prepared for published documentation Also added link to Dash docset. * [macos] Added CocoaPods podspecs Ported from #5653. * [macos] Rewrote readme; updated screenshot * [macos] Include setup instructions in standalone docs
* [ios] Fix deploy script temp directory creation (#6740)Jason Wray2016-10-181-5/+3
| | | | | Also: - Ignore stdout from github-release uploads. - Add execution time to finished message.
* [ios] Deploy script enhancements (#6581)Jason Wray2016-10-051-32/+66
| | | | | | | | | | | | * Add `make ideploy` command for publishing iOS releases. * Get release version from latest ios git tag. * Use caffeinate to prevent the system from sleeping during the deploy process. * Checkout tag to ensure correct commit is used * Fail if release has already been published (not a draft) on GitHub * Add publish step logging and colorize it. * Allow s3 upload to show progress. * Use build/ios/deploy directory for downloaded release zips; always overwrite via -O flag. * Add zip filename to s3 step. * Auto-install github-release command
* [ios] Default to Debug BUILDTYPE, but explicitly set Release for deploysJason Wray2016-06-011-0/+1
|
* [ios] Add script to automate s3 build and publish processJesse Bounds2016-04-071-0/+84
A large part of the iOS SDK deploy process is creating the various binary flavors, uploading them to s3, and then testing that those uploads worked by downloading them from s3 before uploading and attaching them to the github release. This script automates that build, upload, download, upload and attach process and can be run after `mbx auth`.