Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 7288473

Browse files
committed
refs #3045: implicitly link dependencies for framework
[skip ci]
1 parent ac2a9b0 commit 7288473

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

ios/framework/modulemap

+3
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ framework module Mapbox {
22
umbrella header "Mapbox.h"
33
export *
44
module * { export * }
5+
link "c++"
6+
link "sqlite3"
7+
link "z"
58
}

ios/framework/umbrella

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11

2+
#import <GLKit/GLKit.h>
3+
#import <ImageIO/ImageIO.h>
4+
#import <MobileCoreServices/MobileCoreServices.h>
5+
#import <QuartzCore/QuartzCore.h>
6+
#import <SystemConfiguration/SystemConfiguration.h>
7+
28
FOUNDATION_EXPORT double MapboxVersionNumber;
39
FOUNDATION_EXPORT const unsigned char MapboxVersionString[];

0 commit comments

Comments
 (0)