summaryrefslogtreecommitdiff
path: root/mapboxgl.gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-22 11:55:34 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-10-22 12:01:56 +0200
commit13c698fa26eaa91cc9310aac52ee5c45cf3f60f5 (patch)
treed37bb65e623f163132b5c087c1a4d71eb2edbee9 /mapboxgl.gyp
parentbaa684eb9861d83c350a4acbc58d00568817b0cd (diff)
downloadqtlocation-mapboxgl-13c698fa26eaa91cc9310aac52ee5c45cf3f60f5.tar.gz
fix more xcode upgrade warnings
Diffstat (limited to 'mapboxgl.gyp')
-rw-r--r--mapboxgl.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/mapboxgl.gyp b/mapboxgl.gyp
index d0356194d5..339e819fa0 100644
--- a/mapboxgl.gyp
+++ b/mapboxgl.gyp
@@ -210,8 +210,7 @@
],
'xcode_settings': {
'SDKROOT': 'iphoneos',
- 'SUPPORTED_PLATFORMS': ['iphonesimulator','iphoneos'],
- 'ARCHS': [ "armv7", "armv7s", "arm64", "i386", "x86_64" ],
+ 'SUPPORTED_PLATFORMS': 'iphonesimulator iphoneos',
'TARGETED_DEVICE_FAMILY': '1,2',
'CODE_SIGN_IDENTITY': 'iPhone Developer',
'IPHONEOS_DEPLOYMENT_TARGET': '7.0',