Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to specify simulator OS version from cli
Summary: When multiple simulator runtimes are available, this change will make it possible to specify which one to run. So assuming you have e.g. iOS 9.0 and 9.3 runtimes, all following calls will now work: ``` react-native run-ios --simulator "iPhone 6s (9.0)" react-native run-ios --simulator "iPhone 6s (9.3)" react-native run-ios --simulator "iPhone 6s" ``` Closes #8559 Differential Revision: D3516811 Pulled By: frantic fbshipit-source-id: c81658f77e482e712293367b13d27e783e538aad
- Loading branch information