Lines Matching full:xcode
33 --skip-xcode
34 Skip the invoke of Xcode to test the runtime on both iOS and OS X.
35 --skip-xcode-ios
36 Skip the invoke of Xcode to test the runtime on iOS.
37 --skip-xcode-debug
38 Skip the Xcode Debug configuration.
39 --skip-xcode-release
40 Skip the Xcode Release configuration.
41 --skip-xcode-osx | --skip-xcode-macos
42 Skip the invoke of Xcode to test the runtime on OS X.
43 --skip-xcode-tvos
44 Skip the invoke of Xcode to test the runtime on tvOS.
50 --xcode-quiet
94 --skip-xcode )
99 --skip-xcode-ios )
102 --skip-xcode-osx | --skip-xcode-macos)
105 --skip-xcode-tvos )
108 --skip-xcode-debug )
111 --skip-xcode-release )
120 --xcode-quiet )
198 readonly XCODE_VERSION_LINE="$(xcodebuild -version | grep Xcode\ )"
199 readonly XCODE_VERSION="${XCODE_VERSION_LINE/Xcode /}" # drop the prefix.
211 # NOTE: Different Xcode have different simulated hardware/os support.
214 echo "ERROR: Xcode 13.3.1 or higher is required." 1>&2
224 echo "ATTENTION: Time to update the simulator targets for Xcode ${XCODE_VERSION}"
231 header "Doing Xcode iOS build/tests - Debug"
235 header "Doing Xcode iOS build/tests - Release"
253 echo "ERROR: Xcode 13.3.1 or higher is required." 1>&2
258 header "Doing Xcode OS X build/tests - Debug"
262 header "Doing Xcode OS X build/tests - Release"
274 echo "ERROR: Xcode 13.3.1 or higher is required." 1>&2
284 echo "ATTENTION: Time to update the simulator targets for Xcode ${XCODE_VERSION}"
294 header "Doing Xcode tvOS build/tests - Debug"
298 header "Doing Xcode tvOS build/tests - Release"