CocoaPods / Xcodeproj

Create and modify Xcode projects from Ruby.
http://rubygems.org/gems/xcodeproj
MIT License
2.32k stars 452 forks source link

fix: Support optional includes #940

Open Werelds opened 1 month ago

Werelds commented 1 month ago

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.