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

Releases: fastlane-old/deliver

1.8.1 Improvement

21 Jan 17:56
Compare
Choose a tag to compare

Updated fastlane_core dependency

1.8.0 Added Mac Build Support

20 Jan 19:08
Compare
Choose a tag to compare
  • You can now upload Mac builds to iTunes Connect (thanks @olegoid)
  • deliver init improvements

1.7.0 tvOS Support

12 Jan 23:01
Compare
Choose a tag to compare
  • Support for uploading tvOS screenshots
  • Improved summary report
  • Improved screenshot detection

1.6.6 Added support for uploading Mac screenshots

01 Jan 14:40
Compare
Choose a tag to compare

You can now upload Mac screenshots to iTunes Connect

1.6.5 Deliver 1.6.5

18 Dec 20:03
Compare
Choose a tag to compare

Update the dependency of fastlane_core to 0.31.0.

1.6.4 Fixed download metadata

10 Dec 01:28
Compare
Choose a tag to compare

Fixed deliver download_metadata and deliver download_screenshots path

1.6.3 Improvements

06 Dec 23:52
Compare
Choose a tag to compare
  • Improved the detection of screenshots when you use frameit
  • Improved language detection (thanks @alloy)

1.6.2 Improved screenshot upload with frameit

03 Dec 04:13
Compare
Choose a tag to compare

Improved the image detection when using snapshot in combination with frameit

1.6.0 Added support for iTC team selection

03 Dec 02:49
Compare
Choose a tag to compare

deliver now supports iTunes Connect accounts that are in multiple teams 🚀

If you're in more than one team, you'll automatically be asked for the one you want to use.

You can also specify the team name to use as CLI parameter

deliver --team_name "Felix Krause"
deliver --team_id 18742801

or even specify it in your Appfile

itc_team_name "Felix Krause"
itc_team_id "18742801"

1.5.2 Improvements

02 Dec 22:51
Compare
Choose a tag to compare
  • Improved the overall stability when uploading screenshots by uploading them grouped by language
  • Improved HTML summary
  • Make use of metadata_path and screenshots_path when running download_screenshots and download_metadata