Skip to content

Commit

Permalink
Explicitly opt out of xcodeproj settings presets
Browse files Browse the repository at this point in the history
It avoids the warning of the presets not being found
  • Loading branch information
segiddins committed Jun 17, 2020
1 parent ea6c765 commit 8eee097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/xcodeproj.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ def _xcodeproj_impl(ctx):
"createIntermediateGroups": True,
"defaultConfig": "Debug",
"groupSortPosition": "none",
"settingPresets": "none",
}
proj_settings = {
"BAZEL_BUILD_EXEC": "$BAZEL_STUBS_DIR/build-wrapper",
Expand Down

0 comments on commit 8eee097

Please sign in to comment.