summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-11-16 16:25:56 -0800
committerJustin R. Miller <incanus@codesorcery.net>2015-11-16 16:26:30 -0800
commit728847329c09daa7e6754f4a6445a73be82ed616 (patch)
tree297f526141d94b86bb80143d6f452da72403cdc0 /ios
parentac2a9b02545a7628873cb2edb3db9640bce418a7 (diff)
downloadqtlocation-mapboxgl-728847329c09daa7e6754f4a6445a73be82ed616.tar.gz
refs #3045: implicitly link dependencies for framework
[skip ci]
Diffstat (limited to 'ios')
-rw-r--r--ios/framework/modulemap3
-rw-r--r--ios/framework/umbrella6
2 files changed, 9 insertions, 0 deletions
diff --git a/ios/framework/modulemap b/ios/framework/modulemap
index 959568cb4e..122db0c2b1 100644
--- a/ios/framework/modulemap
+++ b/ios/framework/modulemap
@@ -2,4 +2,7 @@ framework module Mapbox {
umbrella header "Mapbox.h"
export *
module * { export * }
+ link "c++"
+ link "sqlite3"
+ link "z"
}
diff --git a/ios/framework/umbrella b/ios/framework/umbrella
index 6b980d3657..9c04d5c752 100644
--- a/ios/framework/umbrella
+++ b/ios/framework/umbrella
@@ -1,3 +1,9 @@
+#import <GLKit/GLKit.h>
+#import <ImageIO/ImageIO.h>
+#import <MobileCoreServices/MobileCoreServices.h>
+#import <QuartzCore/QuartzCore.h>
+#import <SystemConfiguration/SystemConfiguration.h>
+
FOUNDATION_EXPORT double MapboxVersionNumber;
FOUNDATION_EXPORT const unsigned char MapboxVersionString[];