README.md in snapshot-0.4.12 vs README.md in snapshot-0.4.13

- old
+ new

@@ -63,19 +63,19 @@ <a href="#need-help">Need help?</a> </p> ------- -<h5 align="center"><code>snapshot</code> is part of <a href="http://fastlane.tools">fastlane</a>: connect all deployment tools into one streamlined workflow.</h5> +<h5 align="center"><code>snapshot</code> is part of <a href="https://fastlane.tools">fastlane</a>: connect all deployment tools into one streamlined workflow.</h5> # Features - Create hundreds of screenshots in multiple languages on all simulators - Configure it once, store the configuration in git - Do something else, while the computer takes the screenshots for you -- Integrated with [`fastlane`](http://fastlane.tools) and [`deliver`](https://github.com/KrauseFx/deliver) +- Integrated with [`fastlane`](https://fastlane.tools) and [`deliver`](https://github.com/KrauseFx/deliver) - Generates a beautiful web page, which shows all screenshots on all devices. This is perfect to send to Q&A or the marketing team - ```snapshot``` automatically waits for network requests to be finished before taking a screenshot (we don't want loading images in the App Store screenshots) ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx) @@ -301,21 +301,23 @@ clear_previous_screenshots ``` ### Completely reset all simulators +You can run this command in the terminal to delete and re-create all iOS simulators: + snapshot reset_simulators **Warning**: This will delete **all** your simulators and replace by new ones! This is useful, if you run into weird `Instruments` problems when running `snapshot`. You can use the environment variable `SNAPSHOT_FORCE_DELETE` to stop asking for confirmation before deleting. # Tips -## [`fastlane`](http://fastlane.tools) Toolchain +## [`fastlane`](https://fastlane.tools) Toolchain -- [`fastlane`](http://fastlane.tools): Connect all deployment tools into one streamlined workflow +- [`fastlane`](https://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