Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add trust-plugins input #112

Merged
merged 2 commits into from
Sep 16, 2024
Merged

Add trust-plugins input #112

merged 2 commits into from
Sep 16, 2024

Conversation

tweakdeveloper
Copy link
Contributor

one of my projects, mrkdown, fails to build with this action. this is due to the use of the SwiftLint Swift Package Manager build plugin for Xcode.

this pull request adds the trust-plugins boolean input. this is opt-in as untrusted build plugins could constitute a security risk to repositories using this action.

the new action has been tested with one of mrkdown's workflows, which now runs successfully after the trust-plugins input is set to true.

xcodebuild -skipPackagePluginValidation argument does not take a YES/NO modifier, which i wasn't aware of. this commit fixes that.
@mxcl mxcl merged commit e1b8e29 into mxcl:master Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants