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

Xcode target build task should always be out-of-date when using `xcconfig` #820

Open lacasseio opened 1 year ago

lacasseio commented 1 year ago

As a user building Xcode target using Gradle, I want the task representing the Xcode target to be out-of-date during an incremental build when PBXProject or PBXTarget reference a xcconfig file so that I can have accurate feedback.

Until we can work on https://github.com/nokeedev/gradle-native/issues/819, we should force the task always to be out-of-date.

Acceptance Criteria