Skip to content

Commit

Permalink
Fix xcode_locator
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeykhliustin committed Jul 3, 2023
1 parent 7d9feab commit 5089ff8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 41 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build --verbose_failures
build --compilation_mode=fastbuild
build --experimental_multi_threaded_digest
build --verbose_failures
build --xcode_version_config=//xcodeconfig:host_xcodes
build:rules_xcodeproj --xcode_version_config=@local_config_xcode//:host_xcodes

common:ci --isatty=1
common:ci --terminal_columns=127
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ Tests/Podfile
Tests/Podfile.lock
Tests/Pods
.env_bazelrc
xcodeconfig/BUILD.bazel
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ expunge:
bootstrap:
@bundle install
@echo "build --swiftcopt=-j`sysctl -n hw.ncpu`" > .env_bazelrc
@sh ./xcodeconfig/xcodeconfig.sh > ./xcodeconfig/BUILD.bazel

integration:
$(MAKE) integration-clean
Expand Down
38 changes: 0 additions & 38 deletions xcodeconfig/xcodeconfig.sh

This file was deleted.

0 comments on commit 5089ff8

Please sign in to comment.