README.md in deliver-1.7.0 vs README.md in deliver-1.8.0

- old
+ new

@@ -34,11 +34,11 @@ [![Gem](https://img.shields.io/gem/v/deliver.svg?style=flat)](http://rubygems.org/gems/deliver) [![Build Status](https://img.shields.io/travis/fastlane/deliver/master.svg?style=flat)](https://travis-ci.org/fastlane/deliver) ###### Upload screenshots, metadata and your app to the App Store using a single command -`deliver` can upload ipa files, app screenshots and more to iTunes Connect from the command line. +`deliver` can upload ipa or pkg files, app screenshots and more to iTunes Connect from the command line. Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools) ------- <p align="center"> @@ -54,11 +54,11 @@ <h5 align="center"><code>deliver</code> is part of <a href="https://fastlane.tools">fastlane</a>: connect all deployment tools into one streamlined workflow.</h5> # Features - Upload hundreds of localised screenshots completely automatically -- Upload a new ipa file to iTunes Connect without Xcode from any Mac +- Upload a new ipa/pkg file to iTunes Connect without Xcode from any Mac - Maintain your app metadata locally and push changes back to iTunes Connect - Easily implement a real Continuous Deployment process using [fastlane](https://fastlane.tools) - Store the configuration in git to easily deploy from **any** Mac, including your Continuous Integration server - Get a HTML preview of the fetched metadata before uploading the app metadata and screenshots to iTC @@ -108,10 +108,16 @@ ``` deliver --ipa "App.ipa" --submit_for_review ``` -If you use [fastlane](https://fastlane.tools) you don't have to manually specify the path to your `ipa` file. +or you can specify path to `pkg` file for Mac OS X apps: + +``` +deliver --pkg "MacApp.pkg" +``` + +If you use [fastlane](https://fastlane.tools) you don't have to manually specify the path to your `ipa`/`pkg` file. This is just a small sub-set of what you can do with `deliver`, check out the full documentation in [Deliverfile.md](https://github.com/fastlane/deliver/blob/master/Deliverfile.md) Download existing screenshots from iTunes Connect