Closed Werelds closed 4 months ago
This PR adds support for the optional include syntax #include?. Xcode will include these files if they exist and ignore the entries otherwise.
#include?
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.
Needs test coverage added
Added an explicit test for it.
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.