Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Releases: fastlane-old/deliver

0.7.1 Fixed warning when using ipa inline

28 Jan 20:22
Compare
Choose a tag to compare

Fixed warning when using ipa or beta_ipa block with method parameter instead of block.

0.7.0 deliver TestFlight Beta Uploads

28 Jan 18:15
Compare
Choose a tag to compare

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

26 Jan 22:32
Compare
Choose a tag to compare

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

15 Jan 16:14
Compare
Choose a tag to compare

This is the first release with full fastlane support

0.4.2 Screenshot fix

04 Jan 14:20
Compare
Choose a tag to compare

Resolved an issue regarding fetching app screenshot

0.4.1 IPA Methods only called if necessary

18 Dec 10:43
Compare
Choose a tag to compare

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

17 Dec 07:26
Compare
Choose a tag to compare

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 a beta_ipa block. By default the ipa block will be called. If you use deliver --beta it will use the beta_ipa function.
  • Improvements for the submit process for new apps

0.3.7 Transporter Improvements

03 Dec 18:33
Compare
Choose a tag to compare
  • Transporter errors and warnings are now highlighted
  • Improved handling of transporter errors
  • Metadata in the Deliverfile now have a higher priority than the metadata.json
  • Added recursive search for screenshots
  • Added support for JPG screenshots
  • Fixed typos

0.3.6 Improvements

20 Nov 04:53
Compare
Choose a tag to compare
  • Fixed Japanese locale
  • deliver now sets the language of iTunes Connect
  • Updated dependencies

0.3.5 Fixed not hiding transporter log

17 Nov 17:59
Compare
Choose a tag to compare
  • Fixed hide_transporter_output not working
  • Some improvements when submitting a build for review