Home
last modified time | relevance | path

Searched refs:IOS_SDK (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/contrib/ios/
H A Dsetenv_ios.sh19 if [ -z "$IOS_SDK" ]; then
38 if [[ "$IOS_SDK" == "iPhone" ]]; then
39 IOS_SDK=iPhoneOS
42 if [[ "$IOS_SDK" == "iPhoneOSSimulator" ]]; then
43 IOS_SDK=iPhoneSimulator
46 if [[ "$IOS_SDK" == "TV" || "$IOS_SDK" == "AppleTV" ]]; then
47 IOS_SDK=AppleTVOS
50 if [[ "$IOS_SDK" == "Watch" || "$IOS_SDK" == "AppleWatch" ]]; then
51 IOS_SDK=WatchOS
68 if [[ "$IOS_SDK" == "iPhoneOS" && "$IOS_CPU" == "armv7"* ]]; then
[all …]
/netbsd-src/external/bsd/unbound/dist/
H A DREADME-Travis.md200 - IOS_SDK=iPhoneOS
202 - 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…