You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
CODE_SIGN_ENTITLEMENTS
cause out-of-date (macOS)INFOPLIST_FILE
cause out-of-date (iOS)The text was updated successfully, but these errors were encountered: