You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/man_pages/project/testing/build-ios.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,11 @@ Command | Description
37
37
[livesync](livesync.html) | Synchronizes the latest changes in your project to devices.
38
38
[livesync ios](livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices or the iOS Simulator.
39
39
[livesync android](livesync-android.html) | Synchronizes the latest changes in your project to Android devices.
40
-
[run android](run-android.html) | Runs your project on a connected Android device or in a native Android emulator, if configured.
40
+
[publish](publish.html) | Builds the project and publishes it to an Application Store.
41
+
[publish ios](publish-ios.html) | Builds the project and uploads it to iTunesConnect.[run android](run-android.html) | Runs your project on a connected Android device or in a native Android emulator, if configured.
41
42
[run ios](run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
42
43
[run](run.html) | Runs your project on a connected device or in the native emulator for the selected platform.
43
44
[test init](test-init.html) | Configures your project for unit testing with a selected framework.
44
-
[test android](test-android.html) | Runs the tests in your project on Android devices or native emulators.
45
+
[test android](test-android.html) | Runs the tests in your project on Android devices or native emulators.
45
46
[test ios](test-ios.html) | Runs the tests in your project on iOS devices or the iOS Simulator.
`<Platform>` is the target mobile platform for which you want to build your project. You can set the following target platforms.
12
12
*`android` - Builds the project for Android and produces an `APK` that you can manually deploy on device or in the native emulator.
13
-
*`ios` - Builds the project for iOS and produces an `APP` or `IPA` that you can manually deploy in the iOS Simulator or on device, respectively.<% } %>
13
+
*`ios` - Builds the project for iOS and produces an `APP` or `IPA` that you can manually deploy in the iOS Simulator or on device, respectively.<% } %>
14
14
15
-
<% if(isHtml) { %>
15
+
<% if(isHtml) { %>
16
16
### Command Limitations
17
17
18
18
* You can run `$ tns build ios` only on OS X systems.
@@ -33,10 +33,12 @@ Command | Description
33
33
[livesync](livesync.html) | Synchronizes the latest changes in your project to devices.
34
34
[livesync ios](livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices or the iOS Simulator.
35
35
[livesync android](livesync-android.html) | Synchronizes the latest changes in your project to Android devices.
36
+
[publish](publish.html) | Builds the project and publishes it to an Application Store.
37
+
[publish ios](publish-ios.html) | Builds the project and uploads it to iTunesConnect.
36
38
[run android](run-android.html) | Runs your project on a connected Android device or in a native Android emulator, if configured.
37
39
[run ios](run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
38
40
[run](run.html) | Runs your project on a connected device or in the native emulator for the selected platform.
39
41
[test init](test-init.html) | Configures your project for unit testing with a selected framework.
40
-
[test android](test-android.html) | Runs the tests in your project on Android devices or native emulators.
42
+
[test android](test-android.html) | Runs the tests in your project on Android devices or native emulators.
41
43
[test ios](test-ios.html) | Runs the tests in your project on iOS devices or the iOS Simulator.
Copy file name to clipboardExpand all lines: docs/man_pages/project/testing/debug-android.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -18,19 +18,19 @@ Debugs your project on a connected device, in a native emulator or in Genymotion
18
18
*`--device` - Specifies a connected device on which to debug the app.
19
19
*`--emulator` - Specifies that you want to debug the app in the native Android emulator from the Android SDK.
20
20
*`--geny` - Specifies a Genymotion emulator on which you want to debug your app.
21
-
*`--debug-brk` - Prepares, builds and deploys the application package on a device or in an emulator, launches the Chrome DevTools of your Chrome browser.
21
+
*`--debug-brk` - Prepares, builds and deploys the application package on a device or in an emulator, launches the Chrome DevTools of your Chrome browser.
22
22
*`--start` - Attaches the debug tools to a deployed and running app.
23
23
*`--stop` - Detaches the debug tools.
24
24
*`--get-port` - Retrieves the port on which you are debugging your application.
25
25
*`--debug-port` - Sets a new port on which to attach the debug tools.
26
26
*`--timeout` - Sets the number of seconds that the NativeScript CLI will wait for the debugger to boot. If not set, the default timeout is 90 seconds.
27
27
28
28
### Attributes
29
-
*`<Device ID>` is the index or name of the target device as listed by `$ tns device`
29
+
*`<Device ID>` is the index or name of the target device as listed by `$ tns device`
30
30
*`<Port>` is an accessible port on the device to which you want to attach the debugging tools.
31
31
*`<Emulator Options>` is any valid combination of options as listed by `$ tns help emulate android`
32
32
*`<GenyName>` is the name of the Genymotion virtual device that you want to use as listed by `$ genyshell -c "devices list"`
33
-
33
+
34
34
<% if(isHtml) { %>
35
35
###Prerequisites
36
36
@@ -52,10 +52,12 @@ Command | Description
52
52
[livesync](livesync.html) | Synchronizes the latest changes in your project to devices.
53
53
[livesync ios](livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices or the iOS Simulator.
54
54
[livesync android](livesync-android.html) | Synchronizes the latest changes in your project to Android devices.
55
+
[publish](publish.html) | Builds the project and publishes it to an Application Store.
56
+
[publish ios](publish-ios.html) | Builds the project and uploads it to iTunesConnect.
55
57
[run android](run-android.html) | Runs your project on a connected Android device or in a native Android emulator, if configured.
56
58
[run ios](run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
57
59
[run](run.html) | Runs your project on a connected device or in the native emulator for the selected platform.
58
60
[test init](test-init.html) | Configures your project for unit testing with a selected framework.
59
-
[test android](test-android.html) | Runs the tests in your project on Android devices or native emulators.
61
+
[test android](test-android.html) | Runs the tests in your project on Android devices or native emulators.
60
62
[test ios](test-ios.html) | Runs the tests in your project on iOS devices or the iOS Simulator.
Copy file name to clipboardExpand all lines: docs/man_pages/project/testing/debug-ios.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ Deploy in the iOS Simulator, run the app and stop at the first breakpoint | `$ t
8
8
Attach the debug tools to a running app on device | `$ tns debug ios --start [--device <Device ID>] [--no-client]`
9
9
Attach the debug tools to a running app in the iOS Simulator | `$ tns debug ios --start --emulator [<Emulator Options>] [--no-client]`
10
10
11
-
Debugs your project on a connected device or in the iOS Simulator. <% if(isHtml) { %>Any debugging traffic is forwarded on port 8080 from the device to the local machine.<% } %>
11
+
Debugs your project on a connected device or in the iOS Simulator. <% if(isHtml) { %>Any debugging traffic is forwarded on port 8080 from the device to the local machine.<% } %>
12
12
13
-
<% if(isConsole && (isWindows || isLinux)) { %>WARNING: You can run this command only on OS X systems. To view the complete help for this command, run `$ tns help debug ios`<% } %>
13
+
<% if(isConsole && (isWindows || isLinux)) { %>WARNING: You can run this command only on OS X systems. To view the complete help for this command, run `$ tns help debug ios`<% } %>
14
14
15
15
<% if((isConsole && isMacOS) || isHtml) { %>
16
16
<% if(isHtml) { %>> <% } %>IMPORTANT: Before building for iOS device, verify that you have configured a valid pair of certificate and provisioning profile on your OS X system. <% if(isHtml) { %>For more information, see [Obtaining Signing Identities and Downloading Provisioning Profiles](https://developer.apple.com/library/mac/recipes/xcode_help-accounts_preferences/articles/obtain_certificates_and_provisioning_profiles.html).<% } %>
@@ -25,8 +25,8 @@ Debugs your project on a connected device or in the iOS Simulator. <% if(isHtml)
25
25
### Attributes
26
26
*`<Device ID>` is the index or name of the target device as listed by `$ tns device`
27
27
*`<Emulator Options>` is any valid combination of options as listed by `$ tns help emulate ios`
28
-
<% } %>
29
-
<% if(isHtml) { %>
28
+
<% } %>
29
+
<% if(isHtml) { %>
30
30
### Prerequisite
31
31
32
32
* If you want to debug in the iOS Simulator, you must have Xcode 6 or later installed on your system.
@@ -51,10 +51,12 @@ Command | Description
51
51
[livesync](livesync.html) | Synchronizes the latest changes in your project to devices.
52
52
[livesync ios](livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices or the iOS Simulator.
53
53
[livesync android](livesync-android.html) | Synchronizes the latest changes in your project to Android devices.
54
+
[publish](publish.html) | Builds the project and publishes it to an Application Store.
55
+
[publish ios](publish-ios.html) | Builds the project and uploads it to iTunesConnect.
54
56
[run android](run-android.html) | Runs your project on a connected Android device or in a native Android emulator, if configured.
55
57
[run ios](run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
56
58
[run](run.html) | Runs your project on a connected device or in the native emulator for the selected platform.
57
59
[test init](test-init.html) | Configures your project for unit testing with a selected framework.
58
-
[test android](test-android.html) | Runs the tests in your project on Android devices or native emulators.
60
+
[test android](test-android.html) | Runs the tests in your project on Android devices or native emulators.
59
61
[test ios](test-ios.html) | Runs the tests in your project on iOS devices or the iOS Simulator.
Debugs your project on a connected device or in a native emulator. <% if(isMacOS) { %>You must specify the target platform on which you want to debug.<% } %>
9
9
@@ -33,10 +33,12 @@ Command | Description
33
33
[livesync](livesync.html) | Synchronizes the latest changes in your project to devices.
34
34
[livesync ios](livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices or the iOS Simulator.
35
35
[livesync android](livesync-android.html) | Synchronizes the latest changes in your project to Android devices.
36
+
[publish](publish.html) | Builds the project and publishes it to an Application Store.
37
+
[publish ios](publish-ios.html) | Builds the project and uploads it to iTunesConnect.
36
38
[run android](run-android.html) | Runs your project on a connected Android device or in a native Android emulator, if configured.
37
39
[run ios](run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
38
40
[run](run.html) | Runs your project on a connected device or in the native emulator for the selected platform.
39
41
[test init](test-init.html) | Configures your project for unit testing with a selected framework.
40
-
[test android](test-android.html) | Runs the tests in your project on Android devices or native emulators.
42
+
[test android](test-android.html) | Runs the tests in your project on Android devices or native emulators.
41
43
[test ios](test-ios.html) | Runs the tests in your project on iOS devices or the iOS Simulator.
Builds and deploys the project to a connected physical or virtual device. <% if(isMacOS) { %>You must specify the target platform on which you want to deploy.<% } %>
10
10
@@ -13,7 +13,7 @@ Builds and deploys the project to a connected physical or virtual device. <% if(
13
13
14
14
### Options for iOS
15
15
*`--device` - Deploys the project on the specified connected physical or virtual device.
16
-
*`--release` - If set, produces a release build. Otherwise, produces a debug build.<% } %>
16
+
*`--release` - If set, produces a release build. Otherwise, produces a debug build.<% } %>
17
17
18
18
### Options<% if(isMacOS) { %> for Android<% } %>
19
19
*`--device` - Deploys the project on the specified connected physical or virtual device.
@@ -26,7 +26,7 @@ Builds and deploys the project to a connected physical or virtual device. <% if(
26
26
### Attributes
27
27
*`<Device ID>` is the index or name of the target device as listed by `$ tns device`
28
28
29
-
<% if(isHtml) { %>
29
+
<% if(isHtml) { %>
30
30
### Command Limitations
31
31
32
32
* You can run `$ tns deploy ios` only on OS X systems.
@@ -48,10 +48,12 @@ Command | Description
48
48
[livesync](livesync.html) | Synchronizes the latest changes in your project to devices.
49
49
[livesync ios](livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices or the iOS Simulator.
50
50
[livesync android](livesync-android.html) | Synchronizes the latest changes in your project to Android devices.
51
+
[publish](publish.html) | Builds the project and publishes it to an Application Store.
52
+
[publish ios](publish-ios.html) | Builds the project and uploads it to iTunesConnect.
51
53
[run android](run-android.html) | Runs your project on a connected Android device or in a native Android emulator, if configured.
52
54
[run ios](run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
53
55
[run](run.html) | Runs your project on a connected device or in the native emulator for the selected platform.
54
56
[test init](test-init.html) | Configures your project for unit testing with a selected framework.
55
-
[test android](test-android.html) | Runs the tests in your project on Android devices or native emulators.
57
+
[test android](test-android.html) | Runs the tests in your project on Android devices or native emulators.
56
58
[test ios](test-ios.html) | Runs the tests in your project on iOS devices or the iOS Simulator.
0 commit comments