diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2015-12-02 13:17:02 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-12-13 17:26:53 -0800 |
commit | 47fb5e820b7759bcd783cffba80bc27ac7743ee4 (patch) | |
tree | c885103ff478f9f102890a5be70a05bf260ca376 /include | |
parent | 1598330a9384de7c89c8e3cac55a8333e6b97c75 (diff) | |
download | qtlocation-mapboxgl-47fb5e820b7759bcd783cffba80bc27ac7743ee4.tar.gz |
[osx] Moved Mapbox.{h,m} into framework proper; set version variables
Diffstat (limited to 'include')
-rw-r--r-- | include/mbgl/osx/Mapbox.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/mbgl/osx/Mapbox.h b/include/mbgl/osx/Mapbox.h deleted file mode 100644 index 57d11bcaa9..0000000000 --- a/include/mbgl/osx/Mapbox.h +++ /dev/null @@ -1,15 +0,0 @@ -#import "MGLAccountManager.h" -#import "MGLAnnotation.h" -#import "MGLAnnotationImage.h" -#import "MGLGeometry.h" -#import "MGLMapView.h" -#import "MGLMapView+IBAdditions.h" -#import "MGLMapViewDelegate.h" -#import "MGLMultiPoint.h" -#import "MGLOverlay.h" -#import "MGLPointAnnotation.h" -#import "MGLPolygon.h" -#import "MGLPolyline.h" -#import "MGLShape.h" -#import "MGLStyle.h" -#import "MGLTypes.h" |