Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/cli-platform-ios/src/commands/runIOS/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -620,5 +620,11 @@ export default {
description:
'List all available iOS devices and simulators and let you choose one to run the app. ',
},
{
name: '--simulator <string>',
description:
'Explicitly set simulator to use. Optionally include iOS version between ' +
'parenthesis at the end to match an exact version: "iPhone 6 (10.0)"',
},
],
};