Skip to content

Commit 8ddb460

Browse files
committed
Link upstream rules_xcodeproj fix
1 parent f93d0de commit 8ddb460

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

MODULE.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ bazel_dep(name = "googletest", version = "1.17.0.bcr.2")
1616

1717
# rules_xcodeproj accidentally includes a trailing comma in the generated
1818
# Testing.framework rsync exclusion, causing intermittent test-host build races.
19-
# https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3211
19+
# TODO: Remove this override once the upstream fix is released:
20+
# https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3321
2021
single_version_override(
2122
module_name = "rules_xcodeproj",
2223
patch_strip = 1,

0 commit comments

Comments
 (0)