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

Don’t specify a default type for the exported Swift package library #3953

Merged
merged 1 commit into from
Nov 19, 2022

Conversation

tonyarnold
Copy link
Contributor

This PR proposes removing the type: .dynamic property of the main library exported from the Swift package.

Forcing the type of the library means that the project will always be generated as a framework bundle, which is fine for application targets, but complicates CLI targets.

Xcode includes smarts to determine what the appropriate type is to use, and the library does not appear to make use of any framework-specific features like resource bundling, so this should be a low impact change for users of the library.

@tonyarnold tonyarnold marked this pull request as draft November 8, 2022 23:39
@tonyarnold tonyarnold marked this pull request as ready for review November 8, 2022 23:59
@parrt parrt added this to the 4.11.2 milestone Nov 19, 2022
@parrt parrt merged commit 13759c4 into antlr:dev Nov 19, 2022
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.

2 participants