Lines Matching full:xcode
105 # XCode build is listed in parentheses after the version at
107 # https://en.wikipedia.org/wiki/Xcode#Version_comparison_table
109 # https://chrome-infra-packages.appspot.com/p/infra_internal/ios/xcode
117 xcode_app_path = api.vars.cache_dir.join('Xcode.app')
120 with api.step.nest('ensure xcode') as step_result:
122 'Ensuring Xcode version %s in %s' % (
129 '-xcode-version', XCODE_BUILD_VERSION,
132 api.step('install xcode', install_xcode_cmd)
133 api.step('select xcode', [
134 'sudo', 'xcode-select', '-switch', xcode_app_path])
383 # Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib
386 'find XCode Clang version',
388 'Xcode.app', 'Contents', 'Developer', 'Toolchains',