-
-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e311bf
commit 81b32bc
Showing
6 changed files
with
191 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<% if (isJekyll) { %>--- | ||
title: ns open android | ||
position: 10 | ||
---<% } %> | ||
|
||
# ns open android | ||
|
||
### Description | ||
|
||
Opens the Android native project from the corresponding `platforms` directory. | ||
|
||
If the native project has not already been generated, the `prepare` command will be issued to generate the project, and the project will then be opened. | ||
|
||
### Commands | ||
|
||
Usage | Synopsis | ||
------|------- | ||
Open the project in Android Studio | `$ ns open android` | ||
|
||
<% if(isHtml) { %> | ||
|
||
### Related Commands | ||
|
||
Command | Description | ||
----------|---------- | ||
[prepare](prepare.html) | Copies common and relevant platform-specific content from the app directory to the subdirectory for the selected target platform in the platforms directory. | ||
<% } %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<% if (isJekyll) { %>--- | ||
title: ns open ios | ||
position: 10 | ||
---<% } %> | ||
|
||
# ns open ios | ||
|
||
### Description | ||
|
||
Opens the iOS native project from the corresponding `platforms` directory. | ||
|
||
If the native project has not already been generated, the `prepare` command will be issued to generate the project, and the project will then be opened. | ||
|
||
### Commands | ||
|
||
Usage | Synopsis | ||
------|------- | ||
Open the project in Xcode | `$ ns open ios` | ||
|
||
<% if(isHtml) { %> | ||
|
||
### Command Limitations | ||
|
||
* You can run `$ ns open ios` only on macOS systems. | ||
|
||
### Related Commands | ||
|
||
Command | Description | ||
----------|---------- | ||
[prepare](prepare.html) | Copies common and relevant platform-specific content from the app directory to the subdirectory for the selected target platform in the platforms directory. | ||
<% } %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<% if (isJekyll) { %>--- | ||
title: ns open | ||
position: 10 | ||
---<% } %> | ||
|
||
# ns open | ||
|
||
### Description | ||
|
||
Opens the iOS/Android native project from the corresponding `platforms` directory. | ||
|
||
If the native project has not already been generated, the `prepare` command will be issued to generate the project, and the project will then be opened. | ||
|
||
### Commands | ||
|
||
Usage | Synopsis | ||
------|------- | ||
<% if((isConsole && isMacOS) || isHtml) { %>General | `$ ns open <Platform>`<% } %><% if(isConsole && (isLinux || isWindows)) { %>General | `$ ns open android`<% } %> | ||
|
||
<% if(isMacOS) { %>### Arguments | ||
`<Platform>` is the target mobile platform for which you want to open the native project. You can set the following target platforms. | ||
* `android` - Opens the Android project in Android Studio. | ||
* `ios` - Opens native iOS project in Xcode.<% } %> | ||
|
||
<% if(isHtml) { %> | ||
|
||
### Command Limitations | ||
|
||
* You can run `$ ns open ios` only on macOS systems. | ||
|
||
### Related Commands | ||
|
||
Command | Description | ||
----------|---------- | ||
[prepare](prepare.html) | Copies common and relevant platform-specific content from the app directory to the subdirectory for the selected target platform in the platforms directory. | ||
<% } %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters