summaryrefslogtreecommitdiff
path: root/platform/ios/framework/Mapbox-static.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-03-07 14:55:44 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-03-08 11:20:12 -0800
commitc2cd9335e9c9ff599cd84723eada6a503d1e5c80 (patch)
tree9a78b8e0850dc08ea20046bee72d1a350867eb07 /platform/ios/framework/Mapbox-static.h
parente49c1e3da3bdc1ddcdf1d78e11a0fecd861cba88 (diff)
downloadqtlocation-mapboxgl-c2cd9335e9c9ff599cd84723eada6a503d1e5c80.tar.gz
[ios] Non-embedded static framework
Added a new ifabric Make target for packaging up a static framework similar to the one released as 3.0.1. Place artwork and certificate assets inside Mapbox.bundle inside Mapbox.framework. Link SystemConfiguration in the umbrella header. Distinguish between the framework bundle and the resources bundle. For the dynamic frameworks and embedded static frameworks, the two are the same; for the non-embedded static framework, the latter resides inside the former.
Diffstat (limited to 'platform/ios/framework/Mapbox-static.h')
-rw-r--r--platform/ios/framework/Mapbox-static.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/ios/framework/Mapbox-static.h b/platform/ios/framework/Mapbox-static.h
index d3674b0b61..864a3fd5b6 100644
--- a/platform/ios/framework/Mapbox-static.h
+++ b/platform/ios/framework/Mapbox-static.h
@@ -1,3 +1,5 @@
#import <GLKit/GLKit.h>
#import <ImageIO/ImageIO.h>
#import <MobileCoreServices/MobileCoreServices.h>
+#import <QuartzCore/QuartzCore.h>
+#import <SystemConfiguration/SystemConfiguration.h>