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 PBXNativeTarget signing and capabilities 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 when PBXNativeTarget's signing and capabilities configuration changes during an incremental build so I can have accurate feedback.

Acceptance Criteria

  • Changes to the file pointed by CODE_SIGN_ENTITLEMENTS cause out-of-date (macOS)
  • Changes to the file pointed by INFOPLIST_FILE cause out-of-date (iOS)