File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/man_pages/project/testing Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ emulate ios
44Usage:
55 ` $ tns emulate ios [--path <Directory>] [--device <Device Name>] [--availableDevices] [--release] [--timeout] `
66
7- Builds the specified project in the cloud and runs it in the native iOS Simulator.
7+ Builds the specified project and runs it in the native iOS Simulator.
88
99` <Device Name> ` is the name of the iOS Simulator device on which you want to run your app as listed by ` $ tns emulate ios --availableDevices `
1010Prerequisites:
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ You must run the emulate command with a related command.
99Builds and runs the project in the native emulator for the selected target platform.
1010
1111` <Command> ` is a related command that sets a target platform for the emulate command. You can run the following related commands:
12- * ` android ` - Builds the specified project in the cloud and runs it in the native Android emulator.
13- * ` ios ` - Builds the specified project in the cloud and runs it in the native iOS Simulator.
12+ * ` android ` - Builds the specified project and runs it in the native Android emulator.
13+ * ` ios ` - Builds the specified project and runs it in the native iOS Simulator.
1414
1515Options:
1616* ` --release ` - If set, produces a release build. Otherwise, produces a debug build.
You can’t perform that action at this time.
0 commit comments