Skip to content

Commit 285cf87

Browse files
author
Dimitar Kerezov
committed
docs PR comments
1 parent 2d40008 commit 285cf87

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/man_pages/index.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Command | Description
1818
## Project Development Commands
1919
Command | Description
2020
---|---
21-
[appstore](project/publishing/appstore.html) | Lists applications registered in iTunes Connect.
2221
[create](project/creation/create.html) | Creates a new project for native development with NativeScript.
2322
[init](project/creation/init.html) | Initializes an existing project for native development with NativeScript.
2423
[platform add `<Platform>`](project/configuration/platform-add.html) | Configures the current project to target the selected platform.
@@ -37,6 +36,11 @@ Command | Description
3736
[plugin](lib-management/plugin.html) | Lets you manage the plugins for your project.
3837
[livesync](project/testing/livesync.html) | Synchronizes the latest changes in your project to devices.
3938

39+
## Publishing Commands
40+
Command | Description
41+
---|---
42+
[appstore](project/publishing/appstore.html) | Lists applications registered in iTunes Connect.
43+
4044
## Device Commands
4145
Command | Description
4246
---|---

docs/man_pages/publishing/publish-ios.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ publish ios
33

44
Usage | Synopsis
55
---|---
6-
General | `$ tns publish ios [<Apple ID> [<Password> [<Mobile Provisioning Profile Identifier> [<Code Sign Identity>]]]]]`
7-
General | `$ tns publish ios [<Apple ID> [<Password>]] --ipa <Ipa File Path>`
6+
Build and upload package | `$ tns publish ios [<Apple ID> [<Password> [<Mobile Provisioning Profile Identifier> [<Code Sign Identity>]]]]]`
7+
Upload package | `$ tns publish ios [<Apple ID> [<Password>]] --ipa <Ipa File Path>`
88

9-
Uploads project to iTunes Connect.
9+
Uploads project to iTunes Connect. The command either issues a production build and uploads it to iTunes Connect, or uses an already built package to upload.
1010

1111
<% if(isConsole && (isLinux || isWindows)) { %>WARNING: You can run this command only on OS X systems. To view the complete help for this command, run `$ tns help publish ios`<% } %>
1212
<% if((isConsole && isMacOS) || isHtml) { %>

0 commit comments

Comments
 (0)