Skip to content

WiX: optionalise plutil through a hidden option #341

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

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

compnerd
Copy link
Member

@compnerd compnerd commented Sep 17, 2024

Add an option to elide plutil from installation. This is a tiny binary that is useful, but distributions may wish to remove it. Adjust the installer labels and also force install the runtime now that the compiler depends on it.

Fixes: #340

@compnerd
Copy link
Member Author

image

Exposing an option to elide the installation of plutil requires reworking the UI for the options dialog.

Add an option to elide `plutil` from installation. This is a tiny binary
that is useful, but distributions may wish to remove it. Adjust the
installer labels and also force install the runtime now that the
compiler depends on it.
@compnerd
Copy link
Member Author

@compnerd compnerd requested a review from etcwilde September 18, 2024 20:09
@compnerd compnerd merged commit 9729f3d into swiftlang:main Sep 19, 2024
@compnerd compnerd deleted the plutil branch September 19, 2024 14:24
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.

Windows: Support deploying the Swift runtime without plutil.exe
4 participants