Lines Matching full:xcode
13 * If xcode-select and xcodebuild are not passwordless in sudoers, requires
15 * Downloads standalone binaries from [a possibly different version of Xcode].
37 # This contains binaries from Xcode 14.3 14E222b along with the macOS 13.3 SDK
40 # To update the version numbers, open Xcode's "About Xcode" for the first number
45 MAC_BINARIES_LABEL = 'infra_internal/ios/xcode/xcode_binaries/mac-amd64'
49 # is the major version number for macOS 10.15. Xcode 14.0 14B47b only runs on
51 # 10.15.4, the OS minimum through Xcode 12.4, still seems to work.
56 TOOLCHAIN_BUILD_DIR = os.path.join(TOOLCHAIN_ROOT, 'Xcode.app')
82 """Requests that the user authenticate to access Xcode CIPD packages."""
84 print('Access to Xcode CIPD package requires authentication.')
111 """Installs the Xcode binaries needed to build Chrome and accepts the license.
114 of Xcode that is OS-version agnostic.
141 # Accept the license for this version of Xcode if it's newer than the
154 current_license_path = '/Library/Preferences/com.apple.dt.Xcode.plist'
176 print('Accepting new Xcode license. Requires sudo.')
199 parser = argparse.ArgumentParser(description='Download hermetic Xcode.')