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.3.4 Fixed showing warning on download

16 Nov 14:43
Compare
Choose a tag to compare

Deliver showed a warning, even if everything was alright.

0.3.3 Fixed ipa upload for Swift projects

15 Nov 17:58
Compare
Choose a tag to compare

0.3.2 Improvements and bugfixes

14 Nov 17:58
Compare
Choose a tag to compare
  • 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

12 Nov 20:17
Compare
Choose a tag to compare
  • Thanks to @Panic (@foozmeat) the generated PDF page now looks great, even if you have many screenshots and a long app description
  • The order of the screenshots in the PDF report was sometimes not correct.

0.3.0 Full Snapshot integration

12 Nov 15:18
Compare
Choose a tag to compare
  • When Snapshot is set up for your project, deliver will automatically use Snapshot 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

12 Nov 09:21
Compare
Choose a tag to compare
  • 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

08 Nov 12:28
Compare
Choose a tag to compare
  • 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

07 Nov 13:55
Compare
Choose a tag to compare
  • The username can now be stored in the Deliverfile to automatically choose the correct one for each app.
    Just write email 'your@email.com' into your Deliverfile 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

05 Nov 14:29
Compare
Choose a tag to compare

Fixed an issue with the pry dependency

0.1.0 Initial Release

05 Nov 14:02
Compare
Choose a tag to compare

The following features are available

  • Communication with the iTunesConnect backend using the iTMSTransporter tool
  • Controlling the iTunesConnect frontend using Capybara and Poltergeist
  • 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