summaryrefslogtreecommitdiff
path: root/platform/ios/framework/modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/framework/modulemap')
-rw-r--r--platform/ios/framework/modulemap8
1 files changed, 0 insertions, 8 deletions
diff --git a/platform/ios/framework/modulemap b/platform/ios/framework/modulemap
deleted file mode 100644
index 122db0c2b1..0000000000
--- a/platform/ios/framework/modulemap
+++ /dev/null
@@ -1,8 +0,0 @@
-framework module Mapbox {
- umbrella header "Mapbox.h"
- export *
- module * { export * }
- link "c++"
- link "sqlite3"
- link "z"
-}