We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93d0de commit 8ddb460Copy full SHA for 8ddb460
1 file changed
MODULE.bazel
@@ -16,7 +16,8 @@ bazel_dep(name = "googletest", version = "1.17.0.bcr.2")
16
17
# rules_xcodeproj accidentally includes a trailing comma in the generated
18
# Testing.framework rsync exclusion, causing intermittent test-host build races.
19
-# https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3211
+# TODO: Remove this override once the upstream fix is released:
20
+# https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3321
21
single_version_override(
22
module_name = "rules_xcodeproj",
23
patch_strip = 1,
0 commit comments