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

fix: Support optional includes #940

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

Werelds
Copy link
Contributor

@Werelds Werelds commented Jun 4, 2024

This PR adds support for the optional include syntax #include?. Xcode will include these files if they exist and ignore the entries otherwise.

Due to how the library currently handles includes, it's only the syntax that needs to be supported as it already considers all includes optional.

@segiddins
Copy link
Member

Needs test coverage added

@Werelds
Copy link
Contributor Author

Werelds commented Jul 19, 2024

Added an explicit test for it.

@segiddins segiddins merged commit fe55cf5 into CocoaPods:master Jul 22, 2024
4 checks passed
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