File tree 1 file changed +2
-2
lines changed
docs/man_pages/project/configuration
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Configures the current project to target the selected platform. <% if(isHtml) {
13
13
14
14
Usage | Synopsis
15
15
------|-------
16
- Android latest runtime | ` $ tns platform add android [--framework-path <File Path>] [--sdk <API Level>] [-- platform-template <Platform Template>] `
17
- Android selected runtime | ` $ tns platform add android[@<Version>] [--framework-path <File Path>] [--sdk <API Level>] [-- platform-template <Platform Template>] `
16
+ Android latest runtime | ` $ tns platform add android [--framework-path <File Path>] [--platform-template <Platform Template>] `
17
+ Android selected runtime | ` $ tns platform add android[@<Version>] [--framework-path <File Path>] [--platform-template <Platform Template>] `
18
18
<% if (isMacOS) { %>iOS latest runtime | ` $ tns platform add ios [--framework-path <File Path>] `
19
19
iOS selected runtime | ` $ tns platform add ios[@<Version>] [--framework-path <File Path>] [--platform-template <Platform Template>] ` <% } %>
20
20
You can’t perform that action at this time.
0 commit comments