README.md in snapshot-1.16.3 vs README.md in snapshot-1.16.4

- old
+ new

@@ -31,19 +31,19 @@ [![Twitter: @FastlaneTools](https://img.shields.io/badge/contact-@FastlaneTools-blue.svg?style=flat)](https://twitter.com/FastlaneTools) [![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/snapshot/LICENSE) [![Gem](https://img.shields.io/gem/v/snapshot.svg?style=flat)](http://rubygems.org/gems/snapshot) -###### Automate taking localized screenshots of your iOS app on every device +###### Automate taking localized screenshots of your iOS and tvOS apps on every device <hr /> <h4 align="center"> Check out the new <a href="https://docs.fastlane.tools/getting-started/ios/screenshots">fastlane documentation</a> on how to generate screenshots </h4> <hr /> -_snapshot_ generates localized iOS screenshots for different device types and languages for the App Store and can be uploaded using ([`deliver`](https://github.com/fastlane/fastlane/tree/master/deliver)). +_snapshot_ generates localized iOS and tvOS screenshots for different device types and languages for the App Store and can be uploaded using ([`deliver`](https://github.com/fastlane/fastlane/tree/master/deliver)). You have to manually create 20 (languages) x 6 (devices) x 5 (screenshots) = **600 screenshots**. It's hard to get everything right! @@ -252,10 +252,10 @@ ``` ### Completely reset all simulators -You can run this command in the terminal to delete and re-create all iOS simulators: +You can run this command in the terminal to delete and re-create all iOS and tvOS simulators: ``` snapshot reset_simulators ```