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 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.
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 during an incremental build when the project's build settings change so I can have accurate feedback.
Acceptance Criteria
PBXProject
for the specified configuration cause the task to be out-of-date.The text was updated successfully, but these errors were encountered: