summaryrefslogtreecommitdiff
path: root/ios/framework/modulemap
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-11-16 11:37:18 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-11-16 11:58:33 -0800
commit01b4f160d40b5899ed455e02bd673deca96b3a36 (patch)
treee3fdce82a72203258e3f03583fadbcd17d55d64f /ios/framework/modulemap
parent2a78b17698c967d380418529f09808d3dc63b19b (diff)
downloadqtlocation-mapboxgl-01b4f160d40b5899ed455e02bd673deca96b3a36.tar.gz
static framework target for iOS
Diffstat (limited to 'ios/framework/modulemap')
-rw-r--r--ios/framework/modulemap5
1 files changed, 5 insertions, 0 deletions
diff --git a/ios/framework/modulemap b/ios/framework/modulemap
new file mode 100644
index 0000000000..959568cb4e
--- /dev/null
+++ b/ios/framework/modulemap
@@ -0,0 +1,5 @@
+framework module Mapbox {
+ umbrella header "Mapbox.h"
+ export *
+ module * { export * }
+}