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].
36 # This contains binaries from Xcode 15.0 15A240d along with the macOS 14.0 SDK
39 # To update the version numbers, open Xcode's "About Xcode" for the first number
44 MAC_BINARIES_LABEL = 'infra_internal/ios/xcode/xcode_binaries/mac-amd64'
48 # is the major version number for macOS 10.15. Xcode 15.0 only runs on macOS
50 # 10.15.4, the OS minimum through Xcode 12.4, still seems to work.
55 TOOLCHAIN_BUILD_DIR = os.path.join(TOOLCHAIN_ROOT, 'Xcode.app')
81 """Requests that the user authenticate to access Xcode CIPD packages."""
83 print('Access to Xcode CIPD package requires authentication.')
110 """Installs the Xcode binaries needed to build Chrome and accepts the license.
113 of Xcode that is OS-version agnostic.
140 # Accept the license for this version of Xcode if it's newer than the
153 current_license_path = '/Library/Preferences/com.apple.dt.Xcode.plist'
175 print('Accepting new Xcode license. Requires sudo.')
198 parser = argparse.ArgumentParser(description='Download hermetic Xcode.')