fastlane-old / snapshot

Automate taking localized screenshots of your iOS app on every device
https://fastlane.tools
1.95k stars 141 forks source link

Fixed `reset_simulators` command. #451

Closed bartoszj closed 8 years ago

bartoszj commented 8 years ago

Hi,

From some time reset_simulators stops accepting list of iOS version to install / reset. Problem occurs because of "some" conflicts between the --ios_version argument of snapshot command and the --ios argument of the reset_simulators subcommand. They both have the same short version -i. Because of this conflict, when user provides -i then the list of the version is stored in the :ios_version variable. When --ios is used, the versions are stored in the :ios and the :ios_version variable.

i2amsam commented 8 years ago

:+1: nice catch! This will be in the next release.