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 6bdbcde commit afc11bcCopy full SHA for afc11bc
distribution/release_wrapper.bzl
@@ -5,7 +5,7 @@ def _force_release_settings_impl(_settings, _attr):
5
"//command_line_option:compilation_mode": "opt",
6
7
# Lock down distribution to a specific Xcode version
8
- "//command_line_option:xcode_version": "16A242d", # 16.0.0 GM
+ "//command_line_option:xcode_version": "16F6", # 16.4.0
9
}
10
11
_force_release_settings = transition(
0 commit comments