chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:17:40 +08:00
commit f1825c8ceb
10096 changed files with 2364182 additions and 0 deletions
@@ -0,0 +1,11 @@
--- a/lib/xcode_support.bzl
+++ b/lib/xcode_support.bzl
@@ -33,7 +33,6 @@
current_version = xcode_config.xcode_version()
if not current_version:
- fail("Could not determine Xcode version at all. This likely means Xcode isn't available; " +
- "if you think this is a mistake, please file an issue.")
+ return False
desired_version = apple_common.dotted_version(version)
return current_version >= desired_version