File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 58
58
59
59
<Command> is a related command that extends the platform command. You can run the following related commands:
60
60
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
62
63
63
64
--[/]--
64
65
@@ -80,8 +81,9 @@ Platform-specific usage:
80
81
$ tns platform add android
81
82
$ tns platform add ios
82
83
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.
85
87
86
88
--[/]--
87
89
@@ -94,7 +96,7 @@ Platform-specific usage:
94
96
$ tns platform remove android
95
97
$ tns platform remove ios
96
98
97
- Removes the platform specific project.
99
+ Removes the deployment capabilities of a project for the specified platform .
98
100
99
101
--[/]--
100
102
You can’t perform that action at this time.
0 commit comments