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
4
4
Usage:
5
5
` $ tns emulate ios [--path <Directory>] [--device <Device Name>] [--availableDevices] [--release] [--timeout] `
6
6
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.
8
8
9
9
` <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 `
10
10
Prerequisites:
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ You must run the emulate command with a related command.
9
9
Builds and runs the project in the native emulator for the selected target platform.
10
10
11
11
` <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.
14
14
15
15
Options:
16
16
* ` --release ` - If set, produces a release build. Otherwise, produces a debug build.
You can’t perform that action at this time.
0 commit comments