Daniel Lacasse
Daniel Lacasse
As a user building Xcode targets using Gradle, I want the Gradle tasks representing the Xcode targets to be out-of-date only when its build specification change during an incremental build...
As a user building Xcode targets using Gradle, I want the Gradle tasks representing the Xcode targets to be out-of-date only when its build specification change during an incremental build...
As a user building Xcode targets using Gradle, I want the Gradle tasks representing the Xcode targets using `PBXSourcesBuildPhase` to be out-of-date when its build specification change during an incremental...
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...
As a user building Xcode targets using Gradle, I want the Gradle tasks representing the Xcode targets using `PBXCopyFilesBuildPhase` to be out-of-date when its build specification change during an incremental...
As a user building Xcode targets using Gradle, I want the Gradle tasks representing the Xcode targets using `PBXHeadersBuildPhase` to be out-of-date when its build specification change during an incremental...
As a user building Xcode targets using Gradle, I want the Gradle tasks representing the Xcode targets using `PBXFrameworksBuildPhase` to be out-of-date when its build specification change during an incremental...
As a user building Xcode targets using Gradle, I want the Gradle tasks representing the Xcode targets using `PBXShellScriptBuildPhase` to be out-of-date when its build specification change during an incremental...
As a Nokee developer, I want to ensure Gradle + Nokee achieves a 40% performance improvement over straight Xcode, so the case for Gradle + Nokee is compelling. This issue...
As a Nokee developer, I want to reduce the complexity of assembling the derived data directory so that it can use more Gradle features, i.e. `InputChanges`. # Acceptance Criteria -...