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
0.3.4 Fixed showing warning on download
Deliver
showed a warning, even if everything was alright.
0.3.3 Fixed ipa upload for Swift projects
Thanks @lvillani for pointing that out.
0.3.2 Improvements and bugfixes
- Added support for Japanese PDF report (Thanks @Panic, @foozmeat)
- Fixed accessing iTunes Connect when having a user with the
Technical
role - Fixed setting up
deliver
when password contained some special characters - Improved integration with
Snapshot
- The
.itmsp
file is now automatically deleted after a successful upload
0.3.1 PDF Export Improvements
0.3.0 Full Snapshot integration
- When
Snapshot
is set up for your project,deliver
will automatically useSnapshot
to generate the screenshots and upload them to iTunes Connect. - Fixed using the wrong
Info.plist
when having third party bundles in the ipa file.
0.2.2 General improvements
- Fixed problems with options when using a
default_language
- Fixed required Ruby version > 2.0.0
- Improved handling of new apps on iTunesConnect
0.2.1 Reduced Gem size to 38kb
- Reduced gem size by 99.99%
- Added message to update
deliver
when a new version was released - Added JSON gem dependency
- Fixed fetching of
gem_path
in test environment - Started ignoring Javascript error which are thrown by
itunesconnect.apple.com
0.2 Support for multiple Apple accounts
- The username can now be stored in the
Deliverfile
to automatically choose the correct one for each app.
Just writeemail '[email protected]'
into yourDeliverfile
and you are ready to go. - Support for apps, which are not available in the US App Store. That was caused, because the iTunes lookup API is used. You will now be asked for the Apple ID of your app, if it can't be found automatically.
0.1.1 Dependency hotfix
Fixed an issue with the pry dependency
0.1.0 Initial Release
The following features are available
- Communication with the iTunesConnect backend using the
iTMSTransporter
tool - Controlling the iTunesConnect frontend using
Capybara
andPoltergeist
- Uploading of app metadata, screenshots and ipa files to iTunesConnect
- Generating a PDF report before actually uploading the package file
- Quick Start to generate the initial
Deliverfile
based on an existing app Deliverfile
to store the deploy configuration in git