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

Detect changes to PBXNativeTarget signing and capabilities during target build up-to-date checking #816

Open lacasseio opened 1 year ago

lacasseio commented 1 year ago

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