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
Tests for tns appstore with xcode archives
Added script that runs tsc --watch and upon changes runs mocha, good for unit test writing
Let us unit test easier, no references .d.ts anymore, no use strict anymore (ts will add this automagically)
Fixing unreachable code
Add tests for IOSProjectService archive and exportArchive
Fix ITMS hardcoded app, xcodebuild archive -archivePath expects scheme, not target
Add shared schema from the project template
Copy file name to clipboardExpand all lines: docs/man_pages/publishing/appstore.md
+3
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,9 @@ Lists all application records in iTunes Connect. The list contains name, version
12
12
<% if(isHtml) { %>
13
13
`<Apple ID>` and `<Password>` are your credentials for logging in iTunes Connect. If you do not provide them when running the command, the NativeScript CLI will prompt you to provide them.
14
14
15
+
### Options
16
+
*`--team-id` - Specified the team id for which Xcode will try to find distribution certificate and provisioning profile when exporting for AppStore submission.
17
+
15
18
### Command Limitations
16
19
17
20
* You can run `$ tns appstore upload` only on OS X systems.
Copy file name to clipboardExpand all lines: docs/man_pages/publishing/publish-ios.md
+1
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Uploads project to iTunes Connect. The command either issues a production build
13
13
14
14
### Options
15
15
*`--ipa` - If set, will use provided .ipa file instead of building the project.
16
+
*`--team-id` - Specified the team id for which Xcode will try to find distribution certificate and provisioning profile when exporting for AppStore submission.
16
17
17
18
### Attributes
18
19
*`<Apple ID>` and `<Password>` are your credentials for logging into iTunes Connect.
this.$logger.info("No .ipa, mobile provision or certificate set. Perfect! Now we'll build .xcarchive and let Xcode pick the distribution certificate and provisioning profile for you when exporting .ipa for AppStore submission.");
0 commit comments