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:25:56 -0800
commitf8f7cd9259ad6b344537867aeae3795086074042 (patch)
tree643d16171d77ef740d27c283c120973fb48fff0b /ios
parent915ab694e2e28fa4d8e0bb4ff60caae012dc7a95 (diff)
downloadqtlocation-mapboxgl-f8f7cd9259ad6b344537867aeae3795086074042.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[];