Searched refs:IOS_SDK (Results 1 – 2 of 2) sorted by relevance
19 if [ -z "$IOS_SDK" ]; then38 if [[ "$IOS_SDK" == "iPhone" ]]; then39 IOS_SDK=iPhoneOS42 if [[ "$IOS_SDK" == "iPhoneOSSimulator" ]]; then43 IOS_SDK=iPhoneSimulator46 if [[ "$IOS_SDK" == "TV" || "$IOS_SDK" == "AppleTV" ]]; then47 IOS_SDK=AppleTVOS50 if [[ "$IOS_SDK" == "Watch" || "$IOS_SDK" == "AppleWatch" ]]; then51 IOS_SDK=WatchOS68 if [[ "$IOS_SDK" == "iPhoneOS" && "$IOS_CPU" == "armv7"* ]]; then[all …]
200 - IOS_SDK=iPhoneOS202 - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"223 …ental variables set by Travis for the job. In particular, the variables `IOS_SDK` and `IOS_CPU` te…244 `IOS_PREFIX` is the value `$HOME/$IOS_SDK-$IOS_CPU`. The scheme handles both iOS SDKs and cpu archi…