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

Resolve build settings without forking `xcodebuild`

lacasseio opened this issue · comments

As a developer using Xcode, I want to resolve build settings without forking xcodebuild to avoid the inefficiency of process forking.

Tasks

No tasks being tracked yet.

Acceptance Criteria

  • Given an Xcode project, target, and configuration, when resolving build setting(s), then resolves the build setting(s) according to the process defined by Xcode build system.
  • Given an Xcode project using xcconfig, target, and configuration, when resolving build setting(s) then resolves the build setting(s) according to the process defined by Xcode build system.
  • Given an Xcode project, target using xcconfig, and configuration