File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
packages/cli-platform-ios/src/commands/runIOS Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -620,5 +620,22 @@ export default {
620
620
description :
621
621
'List all available iOS devices and simulators and let you choose one to run the app. ' ,
622
622
} ,
623
+ {
624
+ name : '--simulator <string>' ,
625
+ description :
626
+ 'Explicitly set the simulator to use. Optionally set the iOS version ' +
627
+ 'between parentheses at the end to match an exact version: ' +
628
+ '"iPhone 15 (17.0)"' ,
629
+ } ,
630
+ {
631
+ name : '--device <string>' ,
632
+ description :
633
+ 'Explicitly set the device to use by name. The value is not required ' +
634
+ 'if you have a single device connected.' ,
635
+ } ,
636
+ {
637
+ name : '--udid <string>' ,
638
+ description : 'Explicitly set the device to use by UDID' ,
639
+ } ,
623
640
] ,
624
641
} ;
You can’t perform that action at this time.
0 commit comments