summaryrefslogtreecommitdiff
path: root/platform/ios/framework
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-02-27 13:43:39 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-02-27 13:43:39 -0800
commit73430aed38e51821148324c8fb244247a691bdf3 (patch)
treef831a8b63bd2a311138e430ee45383cc5a180194 /platform/ios/framework
parent826849a6dcadf955c2dd10a7d298ed3bb5400c69 (diff)
downloadqtlocation-mapboxgl-73430aed38e51821148324c8fb244247a691bdf3.tar.gz
[ios] Moved static include file
This file was originally added on the release-ios-v3.1.0 branch, before #3913 merged ios/ into platform/ios/. When the release branch was merged back into master in 17f44d7bd99f2c44e45eadc36d671dc29c88c64d, the file was left in the old ios/ directory.
Diffstat (limited to 'platform/ios/framework')
-rw-r--r--platform/ios/framework/Mapbox-static.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/ios/framework/Mapbox-static.h b/platform/ios/framework/Mapbox-static.h
new file mode 100644
index 0000000000..d3674b0b61
--- /dev/null
+++ b/platform/ios/framework/Mapbox-static.h
@@ -0,0 +1,3 @@
+#import <GLKit/GLKit.h>
+#import <ImageIO/ImageIO.h>
+#import <MobileCoreServices/MobileCoreServices.h>