Releases: fastlane-old/deliver
0.7.1 Fixed warning when using ipa inline
Fixed warning when using ipa
or beta_ipa
block with method parameter instead of block.
0.7.0 deliver TestFlight Beta Uploads
Apple TestFlight now has a dedicated command built into deliver
.
deliver testflight
Currently it will only submit the beta build to internal testers.
0.6.0 More App Metadata
deliver
was updated to support even more app metadata to be set:
- Upload a new App Icon (thanks @Sebmaster)
- Update Copyright information (never again forget to update the year 👍)
- Enable / Disable automatic app release after approval
- Primary and Secondary Category
- All App Review Information (e.g. name, email, test user, notes, etc.)
- The app's age restriction rating
- Update your app's price tier
A list of all available Deliverfile
commands can be found in the Deliverfile.md.
All the above mentioned options are of course optional, your existing Deliverfile
will work.
The above listed new features were kindly sponsored by AppInstitute.
0.5.0 fastlane release
This is the first release with full fastlane support
0.4.2 Screenshot fix
Resolved an issue regarding fetching app screenshot
0.4.1 IPA Methods only called if necessary
The given IPA methods, which will probably build the app for you, are now only called if it matches the current release mode. (Beta or App Store release)
0.4.0 Skip Submission - Better Beta Support
Thanks to the great work by @paweldudek, you can now skip the submission of the update itself and use deliver
to only upload metadata and an ipa file.
Changes include:
- To skip the submission of the newly uploaded ipa use
deliver --skip-deploy
- You can provide both an
ipa
and abeta_ipa
block. By default theipa
block will be called. If you usedeliver --beta
it will use thebeta_ipa
function. - Improvements for the submit process for new apps
0.3.7 Transporter Improvements
- Transporter errors and warnings are now highlighted
- Improved handling of transporter errors
- Metadata in the
Deliverfile
now have a higher priority than themetadata.json
- Added recursive search for screenshots
- Added support for JPG screenshots
- Fixed typos
0.3.6 Improvements
- Fixed Japanese locale
deliver
now sets the language of iTunes Connect- Updated dependencies
0.3.5 Fixed not hiding transporter log
- Fixed
hide_transporter_output
not working - Some improvements when submitting a build for review