Lines Matching full:xcode
36 --skip-xcode
37 Skip the invoke of Xcode to test the runtime on both iOS and OS X.
38 --skip-xcode-ios
39 Skip the invoke of Xcode to test the runtime on iOS.
40 --skip-xcode-osx
41 Skip the invoke of Xcode to test the runtime on OS X.
102 --skip-xcode )
106 --skip-xcode-ios )
109 --skip-xcode-osx )
208 # NOTE: Different Xcode have different simulated hardware/os support.
209 readonly XCODE_VERSION_LINE="$(xcodebuild -version | grep Xcode\ )"
210 readonly XCODE_VERSION="${XCODE_VERSION_LINE/Xcode /}" # drop the prefix.
214 echo "ERROR: Xcode 6.3/6.4 no longer supported for building, please use 7.0 or higher." 1>&2
242 echo "Time to update the simulator targets for Xcode ${XCODE_VERSION}"
246 header "Doing Xcode iOS build/tests - Debug"
248 header "Doing Xcode iOS build/tests - Release"
261 header "Doing Xcode OS X build/tests - Debug"
263 header "Doing Xcode OS X build/tests - Release"