File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 5858
5959<Command> is a related command that extends the platform command. You can run the following related commands:
6060 list - Lists all available and installed platforms.
61- add - Creates a new platform specific project
61+ add - Enables a project with deployment capabilities for the specified platform
62+ remove - Removes the deployment capabilities of a project for the specified platform
6263
6364--[/]--
6465
@@ -80,8 +81,9 @@ Platform-specific usage:
8081 $ tns platform add android
8182 $ tns platform add ios
8283
83- Creates a new platform specific project. In this version of Telerik NativeScript you can create only ios and android projects.
84- You can create Android projects on windows and Mac machine. You can create ios projects only on Mac machine.
84+ Creates a new platform specific project. The current version of the Telerik NativeScript has support for
85+ iOS and Android projects. Android projects can be created on Linux, Windows and Mac machines. iOS projects
86+ can only be created on a Mac machine.
8587
8688--[/]--
8789
@@ -94,7 +96,7 @@ Platform-specific usage:
9496 $ tns platform remove android
9597 $ tns platform remove ios
9698
97- Removes the platform specific project.
99+ Removes the deployment capabilities of a project for the specified platform .
98100
99101--[/]--
100102
You can’t perform that action at this time.
0 commit comments