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
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.
10
10
11
11
### 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`
13
13
`<Username>` the Username for authentiation with iTunesConnect
14
14
`<Password>` the Password for authentiation with iTunesConnect
15
15
`<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