react-native/local-cli
Tomasz Kurpios b046b2d51c 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 https://github.com/facebook/react-native/pull/8559

Differential Revision: D3516811

Pulled By: frantic

fbshipit-source-id: c81658f77e482e712293367b13d27e783e538aad
2016-07-05 09:58:29 -07:00
..
__mocks__ Fix more tests 2015-09-16 13:05:30 -07:00
__tests__ Temporarily disable cli tests 2015-11-12 07:05:01 -08:00
bundle allow `rn.cli-config.js` w/o `getTransformModulePath` 2016-07-01 06:58:37 -07:00
dependencies allow `rn.cli-config.js` w/o `getTransformModulePath` 2016-07-01 06:58:37 -07:00
generate Revert "Add folders to attempt to unblock sync" 2015-10-26 22:48:10 +00:00
generator Mention double tapping R to reload in the app template 2016-06-23 06:43:27 -07:00
generator-android Add missing character into BUCK android template 2016-06-24 17:28:30 -07:00
generator-ios Move setDefaults call to constructor. 2016-07-04 10:58:25 -07:00
library Remove 'react-native link' 2016-04-29 05:27:28 -07:00
logAndroid adds log-ios and log-android cli commands 2016-06-23 07:58:23 -07:00
logIOS adds log-ios and log-android cli commands 2016-06-23 07:58:23 -07:00
rnpm Fix typo (shoud -> should) 2016-06-04 16:43:41 -07:00
runAndroid Fixes 8309: Automatically run `adb reverse tcp:8081 tcp:8081` when st… 2016-06-23 06:58:33 -07:00
runIOS Allow to specify simulator OS version from cli 2016-07-05 09:58:29 -07:00
server allow `rn.cli-config.js` w/o `getTransformModulePath` 2016-07-01 06:58:37 -07:00
upgrade Fix comment typos 2016-06-03 02:43:57 -07:00
util Fix comment typos 2016-06-03 02:43:57 -07:00
version Add `--version` to `local-cli/cli.js` 2016-04-29 09:25:32 -07:00
cli.js Use a separate babel config for the local-cli and the packager 2016-05-21 06:58:26 -07:00
cliEntry.js adds log-ios and log-android cli commands 2016-06-23 07:58:23 -07:00
default.config.js Allow rn-cli.config.js to specify the default transformer 2016-06-22 08:13:26 -07:00
generate-android.js Add license headers to local-cli 2015-10-20 09:55:21 -07:00
generator-utils.js flowconfig adds flow/ folder 2016-03-21 06:26:34 -07:00
setup_env.bat Fix comments on .bat file 2015-10-28 21:36:07 -04:00
setup_env.sh Change ulimit to 2048 for non root Mac users 2016-02-06 11:45:37 -08:00
wrong-react-native.js Fix usage of react-native cli inside package.json scripts 2016-04-26 15:42:35 -07:00