Skip to content

Commit 1244894

Browse files
committed
Remove cloud references in the help.
1 parent d8a8cdf commit 1244894

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/man_pages/project/testing/emulate-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ emulate ios
44
Usage:
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`
1010
Prerequisites:

docs/man_pages/project/testing/emulate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ You must run the emulate command with a related command.
99
Builds 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

1515
Options:
1616
* `--release` - If set, produces a release build. Otherwise, produces a debug build.

0 commit comments

Comments
 (0)