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 to be out-of-date when its build file changes during an incremental build so I can have accurate feedback.
Acceptance Criteria
Any changes to settings, e.g. add new items, remove existing items. Ordering should have no effect.
Gradle should check the content of file reference according to the build phase using the PBXBuildFile model.
Using productRef (Swift PM) causes the task to always 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 tasks representing the Xcode targets to be out-of-date when its build file changes during an incremental build so I can have accurate feedback.
Acceptance Criteria
settings
, e.g. add new items, remove existing items. Ordering should have no effect.PBXBuildFile
model.productRef
(Swift PM) causes the task to always be out-of-dateThe text was updated successfully, but these errors were encountered: