summaryrefslogtreecommitdiff
path: root/llmr.gyp
diff options
context:
space:
mode:
authorDane Springmeyer <dane@dbsgeo.com>2014-02-04 14:52:30 -0800
committerDane Springmeyer <dane@dbsgeo.com>2014-02-04 14:52:30 -0800
commite2ea6c52a77f04d9d4cf6e13867985276f19431d (patch)
treec9f7b1505ed508ee84350c56337a686f8f73866a /llmr.gyp
parentbffb09c004fb27f79b9b96b128a83c6566c219c6 (diff)
downloadqtlocation-mapboxgl-e2ea6c52a77f04d9d4cf6e13867985276f19431d.tar.gz
add target to build for simulator
Diffstat (limited to 'llmr.gyp')
-rw-r--r--llmr.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llmr.gyp b/llmr.gyp
index 0daebcb5b0..fa8fc07d30 100644
--- a/llmr.gyp
+++ b/llmr.gyp
@@ -64,8 +64,8 @@
],
'xcode_settings': {
'SDKROOT': 'iphoneos',
- 'SUPPORTED_PLATFORMS':['iphonesimulator','iphoneos'],
- 'ARCHS': [ "armv7", "armv7s", "arm64" ],
+ 'SUPPORTED_PLATFORMS':['iphonesimulator','iphoneos',],
+ 'ARCHS': [ "armv7", "armv7s", "arm64", "i386" ],
'TARGETED_DEVICE_FAMILY': '1,2',
'CODE_SIGN_IDENTITY': 'iPhone Developer',
'IPHONEOS_DEPLOYMENT_TARGET': '5.0',