Lines Matching full:xcode
20 # Extract Xcode version.
21 readonly XCODE=$(xcodebuild -version | grep Xcode | cut -d " " -f2)
22 if [[ -z "${XCODE}" ]] || [[ "${XCODE%%.*}" -lt 11 ]]; then
23 echo "Xcode 11.0 or higher is required!"
48 if [[ "${XCODE%%.*}" -ge 12 ]]; then
52 elif [[ "${XCODE%%.*}" -eq 11 ]]; then
54 WARNING: Xcode 12.0 or higher is required to build targets for
55 WARNING: Apple Silicon (arm64). The XCFrameworks generated with Xcode 11 will
61 echo "Xcode 11.0 or higher is required!"
72 readonly DEVELOPER=$(xcode-select --print-path)
85 # Places framework headers in a subdirectory to avoid Xcode errors when using
102 echo "Xcode Version: ${XCODE}"