[TIMOB-17789] CLI: iOS: Add config option to specify default iOS simulator
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | None |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2020-02-06T00:07:51.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | CLI |
Labels | cb-tooling |
Reporter | Tim Poulsen |
Assignee | Chris Barber |
Created | 2014-09-26T14:01:33.000+0000 |
Updated | 2020-02-06T00:08:07.000+0000 |
Description
The CLI gives us the option to turn off device auto-selection, after which you're prompted with a list of simulators on which to run your app. I'd like to be able to specify a default sim to be used when autoSelectDevice is set to true. (Currently, the first detected simulator type is used.) This would help when repeatedly testing an app on a specific target sim type.
Something like:
ti config ios.defaultSimulator <UUID>
Dupe of TIMOB-17543.