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 tasks representing the Xcode targets using PBXResourcesBuildPhase to be out-of-date when its build specification change during an incremental build so I can have accurate feedback.
The content you are editing has changed. Please copy your edits and refresh the page.
Changes to the build phase name don't cause the task to be out-of-date. The name of a build phase is only an organizational tool and does not impact the build itself. (Cannot change the build phase name via IDE)
Any changes to files, e.g. adding new items or removing existing items. Ordering change should have no effect.(We decided against ignoring ordering.)
Any change to the content of the files/directories represented by files.
The text was updated successfully, but these errors were encountered:
As a user building Xcode targets using Gradle, I want the Gradle tasks representing the Xcode targets using
PBXResourcesBuildPhase
to be out-of-date when its build specification change during an incremental build so I can have accurate feedback.Tasks
Acceptance Criteria
Changes to the build phase name don't cause the task to be out-of-date. The name of a build phase is only an organizational tool and does not impact the build itself.(Cannot change the build phase name via IDE)files
, e.g. adding new items or removing existing items.Ordering change should have no effect.(We decided against ignoring ordering.)The text was updated successfully, but these errors were encountered: