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

Detect changes to PBXBuildFile during target build up-to-date checking

lacasseio opened this issue · comments

As a user building Xcode targets using Gradle, I want the Gradle tasks representing the Xcode targets to be out-of-date when its build file changes during an incremental build so I can have accurate feedback.

Acceptance Criteria

  • Any changes to settings, e.g. add new items, remove existing items. Ordering should have no effect.
  • Gradle should check the content of file reference according to the build phase using the PBXBuildFile model.
  • Using productRef (Swift PM) causes the task to always be out-of-date