Daniel Lacasse

Results 183 issues of 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.

in:xcode-build-adapter

We always use ANTLR4 for all parsing. We should do the same for `.xcconfig` files.

in:xcode-build-adapter

To limit the processing required, we should only convert the requested model from the PList model to `PBXProj` model.

in:xcode-build-adapter

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...

in:docs
a:chore
in:internal-testing

a:enhancement
in:platform-jni
in:platform-native
in:model-base

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.

a:enhancement
in:xcode-build-adapter

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...

a:enhancement
in:xcode-build-adapter