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 PBXProject-wise build settings during target build up-to-date checking

lacasseio opened this issue · comments

As a user building Xcode targets using Gradle, I want the Gradle task representing the Xcode target to be out-of-date during an incremental build when the project's build settings change so I can have accurate feedback.

Acceptance Criteria

  • Changes to build settings (add, remove, modify) on PBXProject for the specified configuration cause the task to be out-of-date.