diff options
author | Justin R. Miller <incanus@users.noreply.github.com> | 2015-04-09 12:44:42 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@users.noreply.github.com> | 2015-04-09 12:44:42 -0700 |
commit | 6efce53e2946192f8146f882300ef708e82190e4 (patch) | |
tree | bf9d6b7128a935311b96fafcf710d8bda368d539 /scripts | |
parent | 9b0376e58ee9c7b3a94b816158b41eb8dcaf2090 (diff) | |
parent | e1fdc4f8b310cbb1eb2dd2597eb6aae84785ed36 (diff) | |
download | qtlocation-mapboxgl-6efce53e2946192f8146f882300ef708e82190e4.tar.gz |
Merge pull request #975 from mapbox/974-current-sdk
build with current iOS SDK
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/package_ios.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package_ios.sh b/scripts/package_ios.sh index 588ff6d940..da55b297ae 100755 --- a/scripts/package_ios.sh +++ b/scripts/package_ios.sh @@ -6,7 +6,7 @@ set -u NAME=MapboxGL OUTPUT=build/ios/pkg -IOS_SDK_VERSION=8.1 +IOS_SDK_VERSION=`xcrun --sdk iphoneos --show-sdk-version` LIBUV_VERSION=0.10.28 function step { >&2 echo -e "\033[1m\033[36m* $@\033[0m"; } |