aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build-mailcore2-ios.sh
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-04-15 20:33:41 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-04-15 20:34:00 -0700
commit22a8d01483b58664d8f43c0df22da11454e0050b (patch)
treef4db9ebd8b5229a4777e2dec9ec4308136111951 /scripts/build-mailcore2-ios.sh
parent6e9fcb354197dcd72b450760688e79db41828386 (diff)
Fixed build of mailcore2 for iOS 7.1
Diffstat (limited to 'scripts/build-mailcore2-ios.sh')
-rwxr-xr-xscripts/build-mailcore2-ios.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/build-mailcore2-ios.sh b/scripts/build-mailcore2-ios.sh
index e04755b3..16417e32 100755
--- a/scripts/build-mailcore2-ios.sh
+++ b/scripts/build-mailcore2-ios.sh
@@ -6,6 +6,9 @@ if xcodebuild -showsdks|grep iphoneos6.1 >/dev/null ; then
elif xcodebuild -showsdks|grep iphoneos7.0 >/dev/null ; then
sdkversion=7.0
devicearchs="armv7 armv7s arm64"
+elif xcodebuild -showsdks|grep iphoneos7.1 >/dev/null ; then
+ sdkversion=7.1
+ devicearchs="armv7 armv7s arm64"
else
echo SDK not found
exit 1