README.md in deliver-0.7.3 vs README.md in deliver-0.7.4
- old
+ new
@@ -8,11 +8,12 @@
<p align="center">
<b>deliver</b> •
<a href="https://github.com/KrauseFx/snapshot">snapshot</a> •
<a href="https://github.com/KrauseFx/frameit">frameit</a> •
<a href="https://github.com/KrauseFx/PEM">PEM</a> •
- <a href="https://github.com/KrauseFx/sigh">sigh</a>
+ <a href="https://github.com/KrauseFx/sigh">sigh</a> •
+ <a href="https://github.com/KrauseFx/produce">produce</a>
</p>
-------
<p align="center">
<img src="assets/deliver.png">
@@ -188,11 +189,11 @@
system("ipa build")
"./name.ipa"
end
```
-and provide `--beta` option when calling `deliver`.
+and provide `--beta` option when calling `deliver`. When running `deliver` with the `--beta` flag enabled, it will **not** upload new app metadata.
#### Implement blocks to run unit tests
If you're using [fastlane](http://github.com/krausefx/fastlane), run tests and error blocks there.
If you only use `deliver`, you can use the following blocks:
@@ -316,9 +317,10 @@
- [`fastlane`](http://fastlane.tools): Connect all deployment tools into one streamlined workflow
- [`snapshot`](https://github.com/KrauseFx/snapshot): Automate taking localized screenshots of your iOS app on every device
- [`frameit`](https://github.com/KrauseFx/frameit): Quickly put your screenshots into the right device frames
- [`PEM`](https://github.com/KrauseFx/pem): Automatically generate and renew your push notification profiles
- [`sigh`](https://github.com/KrauseFx/sigh): Because you would rather spend your time building stuff than fighting provisioning
+- [`produce`](https://github.com/KrauseFx/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line
## Available language codes
```ruby
["da-DK", "de-DE", "el-GR", "en-AU", "en-CA", "en-GB", "en-US", "es-ES", "es-MX", "fi-FI", "fr-CA", "fr-FR", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "no-NO", "pt-BR", "pt-PT", "ru-RU", "sv-SE", "th-TH", "tr-TR", "vi-VI", "cmn-Hans", "zh_CN", "cmn-Hant"]
```