This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
Releases: fastlane-old/deliver
Releases · fastlane-old/deliver
1.8.1 Improvement
Updated fastlane_core
dependency
1.8.0 Added Mac Build Support
- You can now upload Mac builds to iTunes Connect (thanks @olegoid)
deliver init
improvements
1.7.0 tvOS Support
- Support for uploading tvOS screenshots
- Improved summary report
- Improved screenshot detection
1.6.6 Added support for uploading Mac screenshots
You can now upload Mac screenshots to iTunes Connect
1.6.5 Deliver 1.6.5
Update the dependency of fastlane_core to 0.31.0.
1.6.4 Fixed download metadata
Fixed deliver download_metadata
and deliver download_screenshots
path
1.6.3 Improvements
- Improved the detection of screenshots when you use
frameit
- Improved language detection (thanks @alloy)
1.6.2 Improved screenshot upload with frameit
Improved the image detection when using snapshot
in combination with frameit
1.6.0 Added support for iTC team selection
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
- Improved the overall stability when uploading screenshots by uploading them grouped by language
- Improved HTML summary
- Make use of
metadata_path
andscreenshots_path
when runningdownload_screenshots
anddownload_metadata