1.0.0 Upgrade to spaceship
deliver
is now completely powered by spaceship, making it blazing fast 🚀
This release breaks existing setups, please take a look at the Migration Guide to 1.0
Also check out the updated project page and the new documentation for the Deliverfile
It is really important you follow the migration guide as a lot of things have changed with deliver
.
Also, take a look at the list of open tasks.
Background
Originally deliver
was designed to be "The Continuous Delivery tool for iOS". With the introduction of fastlane many things have changed. It was time for a big rewrite for deliver
, which is one of the most popular tools of the fastlane toolchain.
deliver
now uses spaceship to communicate with . This has huge advantages over the old way, which meansdeliver
is now much faster and more stable 🚀- Removed a lot of legacy code. Did you know
deliver
is now one year old? - Improved the selection of the newly uploaded build and waiting for processing to be finished
- Updating the app metadata and uploading of the screenshots now happen using
spaceship
instead of the iTunes Transporter, which means changes will immediately visible after runningdeliver
✨ - Removed the
deliver beta
andtestflight
commands, as there is now a dedicated tool called pilot - All parameters are now in the config system, which means you can pass values using the
Deliverfile
, from within yourFastfile
or as command line parameter
It is really important you read the migration guide as a lot of things have changed with deliver
.
If you run into any issues with the new version of deliver
please submit an issue on GitHub.