• Home
  • Raw
  • Download

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-debug
41 Skip the Xcode Debug configuration.
42 --skip-xcode-release
43 Skip the Xcode Release configuration.
44 --skip-xcode-osx | --skip-xcode-macos
45 Skip the invoke of Xcode to test the runtime on OS X.
46 --skip-xcode-tvos
47 Skip the invoke of Xcode to test the runtime on tvOS.
50 --xcode-quiet
114 --skip-xcode )
119 --skip-xcode-ios )
122 --skip-xcode-osx | --skip-xcode-macos)
125 --skip-xcode-tvos )
128 --skip-xcode-debug )
131 --skip-xcode-release )
137 --xcode-quiet )
251 readonly XCODE_VERSION_LINE="$(xcodebuild -version | grep Xcode\ )"
252 readonly XCODE_VERSION="${XCODE_VERSION_LINE/Xcode /}" # drop the prefix.
265 # NOTE: Different Xcode have different simulated hardware/os support.
269 …echo "ERROR: Xcode 9.0 or higher is required to build the test suite, but the library works with X…
282 # Xcode 9.3 chokes targeting iOS 8.x - http://www.openradar.me/39335367
306 echo "ATTENTION: Time to update the simulator targets for Xcode ${XCODE_VERSION}"
313 header "Doing Xcode iOS build/tests - Debug"
317 header "Doing Xcode iOS build/tests - Release"
337 …echo "ERROR: Xcode 9.0 or higher is required to build the test suite, but the library works with X…
342 header "Doing Xcode OS X build/tests - Debug"
346 header "Doing Xcode OS X build/tests - Release"
358 echo "ERROR: Xcode 10.0 or higher is required to build the test suite." 1>&2
373 echo "ATTENTION: Time to update the simulator targets for Xcode ${XCODE_VERSION}"
383 header "Doing Xcode tvOS build/tests - Debug"
387 header "Doing Xcode tvOS build/tests - Release"