Lines Matching full:iphoneos
54 | grep iphoneos | sort | tail -n 1 | awk '{print substr($NF, 9)}'
64 # Add iPhoneOS-V6 to the list of platforms below if you need armv6 support.
65 # Note that iPhoneOS-V6 support is not available with the iOS6 SDK.
77 iPhoneOS-V7
78 iPhoneOS-V7s
79 iPhoneOS-V7-arm64"
83 readonly LIPO="$(xcrun -sdk iphoneos${SDK} -find lipo)"
148 if [ "${PLATFORM}" = "iPhoneOS-V7-arm64" ]; then
149 PLATFORM="iPhoneOS"
152 elif [ "${PLATFORM}" = "iPhoneOS-V7s" ]; then
153 PLATFORM="iPhoneOS"
155 elif [ "${PLATFORM}" = "iPhoneOS-V7" ]; then
156 PLATFORM="iPhoneOS"
158 elif [ "${PLATFORM}" = "iPhoneOS-V6" ]; then
159 PLATFORM="iPhoneOS"