Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow build settings declaration on Xcode target build tasks #802

Open
2 tasks
lacasseio opened this issue Mar 6, 2023 · 1 comment
Open
2 tasks

Allow build settings declaration on Xcode target build tasks #802

lacasseio opened this issue Mar 6, 2023 · 1 comment
Labels

Comments

@lacasseio
Copy link
Member

As a user building Xcode target using Gradle, I want to declare additional build settings to pass to xcodebuild, so that I can manipulate the build settings seen by xcodebuild (as well as ensure optimal performance while Nokee adds support for Xcode build settings).

Acceptance Criteria

  • Additional build settings can reference other build settings
  • Additional build settings take precedence over xcodebuild default build settings according to the layering resolution
@lacasseio
Copy link
Member Author

This story is mostly about working around the shortcoming of xcodebuild forking. We should convert our current "shortcut" resolution to this new layer, effectively making our shortcut build settings explicit build settings to xcodebuild. Users should be able to revert to a pure xcodebuild driven, by clearing the additional build settings. Note that the build settings to redirect the derived data may not be cleared given those are essential to the sharing of derived data directories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant