summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-11-09 17:08:00 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-11-09 17:35:43 -0800
commitf5a058640884714ae3ff1e1ed9eb75b0ffdb22b3 (patch)
treee12ea3faefb08f3eaeb3082d129d2e92ff87a801 /gyp
parent83ea5be413d7d2f605062d6e392e7e9b2ddb83fe (diff)
downloadqtlocation-mapboxgl-f5a058640884714ae3ff1e1ed9eb75b0ffdb22b3.tar.gz
move from Fabric framework to bare headers per Twitter recommendation
Rolls back part of #2742
Diffstat (limited to 'gyp')
-rw-r--r--gyp/platform-ios.gypi5
1 files changed, 4 insertions, 1 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi
index d5fb6a8474..205cfe22dd 100644
--- a/gyp/platform-ios.gypi
+++ b/gyp/platform-ios.gypi
@@ -65,6 +65,10 @@
'../platform/ios/NSString+MGLAdditions.m',
'../platform/ios/vendor/SMCalloutView/SMCalloutView.h',
'../platform/ios/vendor/SMCalloutView/SMCalloutView.m',
+ '../platform/ios/vendor/Fabric/FABAttributes.h',
+ '../platform/ios/vendor/Fabric/FABKitProtocol.h',
+ '../platform/ios/vendor/Fabric/Fabric.h',
+ '../platform/ios/vendor/Fabric/Fabric+FABKits.h',
'../platform/ios/resources/',
],
@@ -95,7 +99,6 @@
'OTHER_CPLUSPLUSFLAGS': [ '<@(cflags_cc)' ],
'CLANG_ENABLE_OBJC_ARC': 'YES',
'CLANG_ENABLE_MODULES': 'YES',
- 'FRAMEWORK_SEARCH_PATHS': '../platform/ios/vendor',
},
'link_settings': {