nokeedev / gradle-native

The home of anything about Gradle support for natively compiled languages
https://nokee.dev
Apache License 2.0
47 stars 8 forks source link

Introduce XCString concept used to expand Xcode macros #797

Closed lacasseio closed 1 year ago

lacasseio commented 1 year ago

Fixes https://github.com/nokeedev/gradle-native/issues/796

Technically, Xcode calls this process macro expansion but we chose to use XCString instead to represent a String containing expandable macros. The string may have no macros to expand.