summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorJason Wray <jason@kulturny.com>2015-09-01 17:01:07 -0400
committerJason Wray <jason@kulturny.com>2015-09-02 13:17:53 -0400
commit6929dcec966c5c9eb2f2409fb4568f55253116f9 (patch)
tree52e1e302ddebf1f4e93ddaf8e074a78c7d16b8e9 /gyp
parent9c1c40b3e57c2bdf0d8de8966c87c7fd431db3ff (diff)
downloadqtlocation-mapboxgl-6929dcec966c5c9eb2f2409fb4568f55253116f9.tar.gz
Add resources folder to iOS Xcode project, exclude README from .bundle
Diffstat (limited to 'gyp')
-rw-r--r--gyp/platform-ios.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi
index 0f709d6949..516d5e8322 100644
--- a/gyp/platform-ios.gypi
+++ b/gyp/platform-ios.gypi
@@ -61,6 +61,7 @@
'../platform/ios/NSString+MGLAdditions.m',
'../platform/ios/vendor/SMCalloutView/SMCalloutView.h',
'../platform/ios/vendor/SMCalloutView/SMCalloutView.m',
+ '../platform/ios/resources/',
],
'variables': {
@@ -105,7 +106,7 @@
'../include',
],
'mac_bundle_resources': [
- '<!@(find ./platform/ios/resources -type f)',
+ '<!@(find ./platform/ios/resources -type f \! -name "README")',
],
},
},