summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-10-24 16:04:31 -0700
committerJustin R. Miller <incanus@codesorcery.net>2014-10-24 16:04:31 -0700
commit9f34b9a08de04e5376e7d51bc75ca702f930ba61 (patch)
tree0301b2ff5b93c889ea61ccf4d8ca5e5b7106ad12
parent10c765948471e6d13e2eb45b44ac6c4d108dafc5 (diff)
downloadqtlocation-mapboxgl-9f34b9a08de04e5376e7d51bc75ca702f930ba61.tar.gz
fixes #501: explicitly name architectures including armv7s
-rw-r--r--mapboxgl.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mapboxgl.gyp b/mapboxgl.gyp
index bdecb94d06..c4c286f3f8 100644
--- a/mapboxgl.gyp
+++ b/mapboxgl.gyp
@@ -208,6 +208,7 @@
'xcode_settings': {
'SDKROOT': 'iphoneos',
'SUPPORTED_PLATFORMS': 'iphonesimulator iphoneos',
+ 'ARCHS': [ "armv7", "armv7s", "arm64", "i386", "x86_64" ],
'TARGETED_DEVICE_FAMILY': '1,2',
'CODE_SIGN_IDENTITY': 'iPhone Developer',
'IPHONEOS_DEPLOYMENT_TARGET': '7.0',