Lines Matching +full:xcode +full:- +full:version
3 # Use of this source code is governed by a BSD-style license that can be
7 Script used to install Xcode on the swarming bots.
19 VERSION = '9A235' variable
20 URL = 'gs://chrome-mac-sdk/ios-toolchain-9A235-1.tgz'
21 REMOVE_DIR = '/Applications/Xcode9.0-Beta4.app/'
29 cmd = ['xcodebuild', '-version']
32 if VERSION in found_version:
33 print "Xcode %s already installed" % VERSION
41 # Download Xcode.
55 # Set new Xcode as default.
56 subprocess.check_call(['sudo', '/usr/bin/xcode-select', '-s', OUTPUT_DIR])