diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-11-16 11:37:18 -0800 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-11-16 11:58:33 -0800 |
commit | 01b4f160d40b5899ed455e02bd673deca96b3a36 (patch) | |
tree | e3fdce82a72203258e3f03583fadbcd17d55d64f /ios/framework/modulemap | |
parent | 2a78b17698c967d380418529f09808d3dc63b19b (diff) | |
download | qtlocation-mapboxgl-01b4f160d40b5899ed455e02bd673deca96b3a36.tar.gz |
static framework target for iOS
Diffstat (limited to 'ios/framework/modulemap')
-rw-r--r-- | ios/framework/modulemap | 5 |
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 * } +} |