summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-05-23 19:40:39 -0700
committerJustin R. Miller <incanus@codesorcery.net>2014-05-23 19:40:39 -0700
commitc73dd91307d3b4e4a23d5c53fccc1a025c167e83 (patch)
tree858e6c083fa5c9939d8d4fc7ae77816973914cc8 /ios
parent10be55f5c475016c6e6f51287505e9538f87b7b6 (diff)
downloadqtlocation-mapboxgl-c73dd91307d3b4e4a23d5c53fccc1a025c167e83.tar.gz
add Core Graphics to deps for iOS app
Diffstat (limited to 'ios')
-rw-r--r--ios/llmr-app.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ios/llmr-app.gyp b/ios/llmr-app.gyp
index 6bd463ab71..8be7754929 100644
--- a/ios/llmr-app.gyp
+++ b/ios/llmr-app.gyp
@@ -31,7 +31,8 @@
'$(SDKROOT)/System/Library/Frameworks/UIKit.framework',
'$(SDKROOT)/System/Library/Frameworks/OpenGLES.framework',
'$(SDKROOT)/System/Library/Frameworks/GLKit.framework',
- '$(SDKROOT)/System/Library/Frameworks/CoreLocation.framework'
+ '$(SDKROOT)/System/Library/Frameworks/CoreLocation.framework',
+ '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework'
],
},
'xcode_settings': {