aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build-mailcore2-ios.sh
diff options
context:
space:
mode:
authorGravatar George Nachman <georgen@google.com>2014-07-15 16:43:01 -0700
committerGravatar George Nachman <georgen@google.com>2014-07-15 16:43:01 -0700
commit75a1a0c4f7a3105b061de787be0c257544d20ffd (patch)
tree74a96dc322d9d785fa0614dc27a006c201f8a5c6 /scripts/build-mailcore2-ios.sh
parenta03a49cf55e0e01482f89a171bdf73a1e200a1a6 (diff)
Fix iOS 8 support and use libc++ instead of libstdc++
Diffstat (limited to 'scripts/build-mailcore2-ios.sh')
-rwxr-xr-xscripts/build-mailcore2-ios.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/build-mailcore2-ios.sh b/scripts/build-mailcore2-ios.sh
index 77b2bf46..e04755b3 100755
--- a/scripts/build-mailcore2-ios.sh
+++ b/scripts/build-mailcore2-ios.sh
@@ -6,12 +6,6 @@ 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"
-elif xcodebuild -showsdks|grep iphoneos8.0 >/dev/null ; then
- sdkversion=8.0
- devicearchs="armv7 armv7s arm64"
else
echo SDK not found
exit 1