Lines Matching full:xcode
5 XCode installation.
32 """Sets up the XCode SDK environment.
36 This will deploy the helper tool and the XCode.app bundle at
43 # Cache for mac_toolchain tool and XCode.app
52 # Cache for N-1 version mac_toolchain tool and XCode.app
71 self.m.step('select XCode',
72 ['sudo', 'xcode-select', '--switch', self._sdk_dir])
76 self.m.step('reset XCode', ['sudo', 'xcode-select', '--reset'])
87 sdk_dir = cache_dir.join('XCode.app')
88 self.m.step('install xcode', [
93 '-xcode-version',