Skip to content

Commit 9048da8

Browse files
author
Dimitar Kerezov
committed
docs
1 parent 83c159b commit 9048da8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/man_pages/project/testing/publish-ios.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ publish ios
44
<% if((isConsole && isMacOS) || isHtml) { %>
55
Usage | Synopsis
66
---|---
7-
General | `$ tns publish ios <Apple ID> [<Username> [<Password> [<Mobile Provisioning Profile Identifier> [<Code Sign Identity>]]]]`
7+
General | `$ tns publish ios [<Application> [<Username> [<Password> [<Mobile Provisioning Profile Identifier> [<Code Sign Identity>]]]]]`
88

9-
Builds the project and uploads it to iTunesConnect. `Username` and `Password` parameters are required but if not provided, the CLI will ask for them.
9+
Builds the project and uploads it to iTunesConnect. `Application Name`, `Username` and `Password` parameters are required but if not provided, the CLI will ask for them.
1010

1111
### Attributes
12-
`<Apple ID>` the Apple ID of the application created at itunesconnect.apple.com
12+
`<Application>` the name or Apple ID of the application created at itunesconnect.apple.com, or the index of the application as listed by `$ tns appstore`
1313
`<Username>` the Username for authentiation with iTunesConnect
1414
`<Password>` the Password for authentiation with iTunesConnect
1515
`<Mobile Provisioning Profile Identifier>` the identifier of the mobile provision which will be used for building. This can easily be acquired through the iPhone Configuration Utility

0 commit comments

Comments
 (0)