README.md in snapshot-0.4.4 vs README.md in snapshot-0.4.5

- old
+ new

@@ -8,11 +8,12 @@ <p align="center"> <a href="https://github.com/KrauseFx/deliver">deliver</a> &bull; <b>snapshot</b> &bull; <a href="https://github.com/KrauseFx/frameit">frameit</a> &bull; <a href="https://github.com/KrauseFx/PEM">PEM</a> &bull; - <a href="https://github.com/KrauseFx/sigh">sigh</a> + <a href="https://github.com/KrauseFx/sigh">sigh</a> &bull; + <a href="https://github.com/KrauseFx/produce">produce</a> </p> ------- <p align="center"> <img src="assets/snapshot.png"> @@ -149,10 +150,16 @@ To skip cleaning the project: ``` snapshot --noclean ``` +By default, `snapshot`, will re-install the app, to make sure it's in a clean state. In case you don't want this run + +``` +SNAPSHOT_SKIP_UNINSTALL=1 snapshot +``` + ## Snapfile #### Why should you have to remember complicated commands and parameters? Store your configuration in a text file to easily take screenshots from any computer. @@ -255,18 +262,26 @@ ``` ### Skip alpha removal from screenshots In case you want to skip this process, just add ```skip_alpha_removal``` to your ```Snapfile```. +### Pass Bundle Identifier +This is only required in case there is a problem automatically detecting it. + +``` +SNAPSHOT_APP_IDENTIFIER="com.krausefx.app" snapshot +``` + # Tips ## [`fastlane`](http://fastlane.tools) Toolchain - [`fastlane`](http://fastlane.tools): Connect all deployment tools into one streamlined workflow - [`deliver`](https://github.com/KrauseFx/deliver): Upload screenshots, metadata and your app to the App Store using a single command - [`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 ## Run in Continuous Integration If you want to run `snapshot` on your `Jenkins` machine (or any other CI-system), you might run into an `authorization` popup coming up. You can disable this dialog, running the following command: