summaryrefslogtreecommitdiff
path: root/ios/llmr-app.gyp
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-05-31 12:49:09 -0700
committerJustin R. Miller <incanus@codesorcery.net>2014-05-31 12:49:09 -0700
commit9dd2bc607e468dca09b546e4d519ab3ca39c60de (patch)
treee54252afd3697f3b2df8acad541b105aa1538ffc /ios/llmr-app.gyp
parent92e1a8d59395480814e349abf28f379e2ee82665 (diff)
downloadqtlocation-mapboxgl-9dd2bc607e468dca09b546e4d519ab3ca39c60de.tar.gz
mapbox-gl-cocoa renaming
Diffstat (limited to 'ios/llmr-app.gyp')
-rw-r--r--ios/llmr-app.gyp10
1 files changed, 5 insertions, 5 deletions
diff --git a/ios/llmr-app.gyp b/ios/llmr-app.gyp
index 89acc2d749..7dd52f563e 100644
--- a/ios/llmr-app.gyp
+++ b/ios/llmr-app.gyp
@@ -14,10 +14,10 @@
"./MBXAppDelegate.m",
"./MBXViewController.h",
"./MBXViewController.mm",
- '<!@(find MVKMapKit/MVKMapKit -type f -name "MVKMapView.*")',
- '<!@(find MVKMapKit/MVKMapKit -type f -name "MVKStyleFunctionValue.*")',
- '<!@(find MVKMapKit/MVKMapKit -type f -name "MVKTypes.*")',
- '<!@(find MVKMapKit/MVKMapKit -type f -name "*+MVKAdditions.*")',
+ '<!@(find mapbox-gl-cocoa/mapbox-gl-cocoa -type f -name "MGLMapView.*")',
+ '<!@(find mapbox-gl-cocoa/mapbox-gl-cocoa -type f -name "MGLStyleFunctionValue.*")',
+ '<!@(find mapbox-gl-cocoa/mapbox-gl-cocoa -type f -name "MGLTypes.*")',
+ '<!@(find mapbox-gl-cocoa/mapbox-gl-cocoa -type f -name "*+MGLAdditions.*")',
"../common/settings_nsuserdefaults.hpp",
"../common/settings_nsuserdefaults.mm",
"../common/foundation_request.h",
@@ -27,7 +27,7 @@
'mac_bundle': 1,
'mac_bundle_resources': [
'<!@(find img -type f)',
- '<!@(find MVKMapKit/MVKMapKit/Resources -type f)',
+ '<!@(find mapbox-gl-cocoa/mapbox-gl-cocoa/Resources -type f)',
'<(SHARED_INTERMEDIATE_DIR)/bin/style.min.js'
],
'link_settings': {