Lines Matching full:iphoneos
21 | grep iphoneos | sort | tail -n 1 | awk '{print substr($NF, 9)}'
32 # Add iPhoneOS-V6 to the list of platforms below if you need armv6 support.
33 # Note that iPhoneOS-V6 support is not available with the iOS6 SDK.
35 PLATFORMS+=" iPhoneOS-V7 iPhoneOS-V7s iPhoneOS-V7-arm64"
47 readonly LIPO=$(xcrun -sdk iphoneos${SDK} -find lipo)
101 if [[ "${PLATFORM}" == "iPhoneOS-V7-arm64" ]]; then
102 PLATFORM="iPhoneOS"
105 elif [[ "${PLATFORM}" == "iPhoneOS-V7s" ]]; then
106 PLATFORM="iPhoneOS"
108 elif [[ "${PLATFORM}" == "iPhoneOS-V7" ]]; then
109 PLATFORM="iPhoneOS"
111 elif [[ "${PLATFORM}" == "iPhoneOS-V6" ]]; then
112 PLATFORM="iPhoneOS"