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

Commit

Permalink
refs #3045: implicitly link dependencies for framework
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
incanus committed Nov 17, 2015
1 parent ac2a9b0 commit 7288473
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ios/framework/modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ framework module Mapbox {
umbrella header "Mapbox.h"
export *
module * { export * }
link "c++"
link "sqlite3"
link "z"
}
6 changes: 6 additions & 0 deletions ios/framework/umbrella
Original file line number Diff line number Diff line change
@@ -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[];

0 comments on commit 7288473

Please sign in to comment.