nokeedev / gradle-native

The home of anything about Gradle support for natively compiled languages

Home Page:https://nokee.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

lacasseio opened this issue · comments

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 #819, we should force the task always to be out-of-date.

Acceptance Criteria

  • When XCBuildConfiguration#baseConfigurationReference is present (on PBXProject or PBXTarget), force the task to be out-of-date.