summaryrefslogtreecommitdiff
path: root/ios/framework/Mapbox-static.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-02-18 14:41:47 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-02-18 14:41:47 -0800
commit1c25dc098e837256a990225f2a2cc82a1eb6d1e3 (patch)
tree2172d0de37cc5e01a8253096abc8bfac205191b1 /ios/framework/Mapbox-static.h
parenta503048457d154fff091f2e507c9b898efdd28fe (diff)
downloadqtlocation-mapboxgl-1c25dc098e837256a990225f2a2cc82a1eb6d1e3.tar.gz
[ios] Import required frameworks with static framework umbrella
The umbrella header inside the static framework now imports the required iOS SDK frameworks so manual linking is unnecessary. This change corrects a regression introduced in #3183, when the umbrella header used in version 3.0.1 was removed.
Diffstat (limited to 'ios/framework/Mapbox-static.h')
-rw-r--r--ios/framework/Mapbox-static.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ios/framework/Mapbox-static.h b/ios/framework/Mapbox-static.h
new file mode 100644
index 0000000000..d3674b0b61
--- /dev/null
+++ b/ios/framework/Mapbox-static.h
@@ -0,0 +1,3 @@
+#import <GLKit/GLKit.h>
+#import <ImageIO/ImageIO.h>
+#import <MobileCoreServices/MobileCoreServices.h>