nokeedev / gradle-native

The home of anything about Gradle support for natively compiled languages

Home Page:https://nokee.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ensure Xcodebuild perform an incremental build when Xcode target tasks are out-of-date

lacasseio opened this issue · comments

As an Apple developer using Xcode/Gradle, I want an out-of-date Xcode target task to perform an incremental build to the eye of xcodebuild, so I can receive feedback faster.

Technical Stories

  1. a:enhancement in:xcode-build-adapter
    lacasseio
  2. 0 of 1
    a:enhancement in:xcode-build-adapter

Acceptance Criteria

  • Xcodebuild should perform an incremental build, aka the build time should be less than the first, non-incremental build:
    • The second consecutive build of an always out-of-date Xcode target task should be faster than the first.
    • An incrementally out-of-date Xcode target task should be faster than the first non-incremental build.