FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: pass allowProvisioningUpdates to xcodebuild only when building for device by Fatme · Pull Request #5077 · NativeScript/nativescript-cli · GitHub

fix: pass allowProvisioningUpdates to xcodebuild only when building for device - #5077

Merged
Fatme merged 2 commits into
masterfrom
fatme/allow-provisioning-updates
Oct 16, 2019
Merged

fix: pass allowProvisioningUpdates to xcodebuild only when building for device#5077
Fatme merged 2 commits into
masterfrom
fatme/allow-provisioning-updates

Conversation

Fatme commented Oct 15, 2019

Copy link
Copy Markdown
Contributor

The -allowProvisioningUpdates option is passed to xcodebuild no matter if building for device or for simulator.
According to the documentation of xcodebuild:

Allow xcodebuild to communicate with the Apple Developer website. For automatically signed targets, xcodebuild will create and update profiles, app IDs, and certificates. For manually signed targets, xcodebuild will download missing or updated provisioning profiles. Requires a developer account to have been added in Xcode's Accounts preference pane.

It seems it shouldn't be passed when building for simulator.

PR Checklist

What is the current behavior?

What is the new behavior?

Fixes/Implements/Closes #[Issue Number].

…or device

The `-allowProvisioningUpdates` option is passed to `xcodebuild` no matter if building for device or for simulator.
According to the documentation of `xcodebuild`:
```
Allow xcodebuild to communicate with the Apple Developer website. For automatically signed targets, xcodebuild will create and update profiles, app IDs, and certificates. For manually signed targets, xcodebuild will download missing or updated provisioning profiles. Requires a developer account to have been added in Xcode's Accounts preference pane.
```

It seems it shouldn't be passed when building for simulator.
cla-bot Bot added the cla: yes label Oct 15, 2019
Fatme added this to the 6.2.0 milestone Oct 15, 2019
Fatme added the bug label Oct 15, 2019

Fatme commented Oct 15, 2019

Copy link
Copy Markdown
Contributor Author

test cli-smoke

Fatme commented Oct 15, 2019

Copy link
Copy Markdown
Contributor Author

test cli-device

Fatme self-assigned this Oct 15, 2019

Fatme commented Oct 15, 2019

Copy link
Copy Markdown
Contributor Author

test cli-device

2 similar comments

Fatme commented Oct 15, 2019

Copy link
Copy Markdown
Contributor Author

test cli-device

Fatme commented Oct 15, 2019

Copy link
Copy Markdown
Contributor Author

test cli-device

Fatme commented Oct 15, 2019

Copy link
Copy Markdown
Contributor Author

test cli-device

2 similar comments

Fatme commented Oct 16, 2019

Copy link
Copy Markdown
Contributor Author

test cli-device

Copy link
Copy Markdown
Contributor

test cli-device

Fatme commented Oct 16, 2019

Copy link
Copy Markdown
Contributor Author

I'm merging the PR as device tests are green http://nsbuild01.telerik.com:8080/build/job/pr-cli-device-osx/97/

Fatme merged commit bd1e839 into master Oct 16, 2019
Fatme deleted the fatme/allow-provisioning-updates branch October 16, 2019 13:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL