Lines Matching full:sdk
19 # Extract the latest SDK version from the final field of the form: iphoneosX.Y
20 readonly SDK=$(xcodebuild -showsdks \
33 # Note that iPhoneOS-V6 support is not available with the iOS6 SDK.
46 readonly LIPO=$(xcrun -sdk iphoneos${SDK} -find lipo)
52 if [[ -z "${SDK}" ]]; then
53 echo "iOS SDK not available"
55 elif [[ ${SDK%%.*} -gt 8 ]]; then
57 elif [[ ${SDK%%.*} -le 6 ]]; then
58 echo "You need iOS SDK version 6.0 or above"
63 echo "iOS SDK Version: ${SDK}"
117 ROOTDIR="${BUILDDIR}/${PLATFORM}-${SDK}-${ARCH}"
122 SDKROOT+="${PLATFORM}.platform/Developer/SDKs/${PLATFORM}${SDK}.sdk/"