aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2015-04-27 23:57:03 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2015-04-27 23:57:03 -0700
commitd4746315cc2638e27f1b46007c17c2c9fe9ea3b6 (patch)
tree60a87bebda408dafd0335cb4e268ce0240509311 /scripts
parent4127272478e3b600224bc621d7fe772d96ae7ea8 (diff)
built libetpan-ios-5 and libetpan-osx-5
Diffstat (limited to 'scripts')
-rw-r--r--scripts/deps-versions.plistbin236 -> 236 bytes
-rwxr-xr-xscripts/include.sh/build-dep.sh8
2 files changed, 7 insertions, 1 deletions
diff --git a/scripts/deps-versions.plist b/scripts/deps-versions.plist
index 7a9b6217..314c8421 100644
--- a/scripts/deps-versions.plist
+++ b/scripts/deps-versions.plist
Binary files differ
diff --git a/scripts/include.sh/build-dep.sh b/scripts/include.sh/build-dep.sh
index ad66be7e..32534c27 100755
--- a/scripts/include.sh/build-dep.sh
+++ b/scripts/include.sh/build-dep.sh
@@ -7,7 +7,13 @@ build_git_ios()
fi
simarchs="i386 x86_64"
- if xcodebuild -showsdks 2>/dev/null|grep iphoneos8.1 >/dev/null ; then
+ if xcodebuild -showsdks 2>/dev/null|grep iphoneos8.3 >/dev/null ; then
+ sdkversion=8.3
+ devicearchs="armv7 armv7s arm64"
+ elif xcodebuild -showsdks 2>/dev/null|grep iphoneos8.2 >/dev/null ; then
+ sdkversion=8.2
+ devicearchs="armv7 armv7s arm64"
+ elif xcodebuild -showsdks 2>/dev/null|grep iphoneos8.1 >/dev/null ; then
sdkversion=8.1
devicearchs="armv7 armv7s arm64"
elif xcodebuild -showsdks 2>/dev/null|grep iphoneos8.0 >/dev/null ; then