Daniel Lacasse
Daniel Lacasse
The [ANTLR4 grammar](https://github.com/nokeedev/gradle-native/764) should map to a model that can load build settings (with condition) and resolve includes.
We always use ANTLR4 for all parsing. We should do the same for `.xcconfig` files.
To limit the processing required, we should only convert the requested model from the PList model to `PBXProj` model.
This is part of the major cleanup and upgrades we need to improve testing. We started with the documentation tests to showcase performance improvement and thus develop more samples. The...
The `alwaysOutOfDate` represent "Based on dependency analysis" option in Xcode. We should catch this option and force the Gradle task always to be out-of-date.
When using the Xcode build adapter, we face a chicken and egg problem regarding developer productivity. Since the build adapter doesn't require migration, developers are left with the original Xcode...