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

Commit

Permalink
Merge pull request #4378 from mapbox/1ec5-offline-umbrella
Browse files Browse the repository at this point in the history
Include offline headers in static umbrella header
  • Loading branch information
1ec5 committed Mar 18, 2016
2 parents 3814f38 + 35e6aa7 commit 0a26d84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ custom_categories:
- MGLOverlay
- MGLShape
- MGLUserLocation
- name: Offline Viewing
- name: Offline Storage
children:
- MGLOfflineRegion
- MGLOfflineStorage
Expand Down
4 changes: 4 additions & 0 deletions platform/ios/include/Mapbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@
#import "MGLMapView+IBAdditions.h"
#import "MGLMapView+MGLCustomStyleLayerAdditions.h"
#import "MGLMultiPoint.h"
#import "MGLOfflinePack.h"
#import "MGLOfflineRegion.h"
#import "MGLOfflineStorage.h"
#import "MGLOverlay.h"
#import "MGLPointAnnotation.h"
#import "MGLPolygon.h"
#import "MGLPolyline.h"
#import "MGLShape.h"
#import "MGLStyle.h"
#import "MGLTilePyramidOfflineRegion.h"
#import "MGLTypes.h"
#import "MGLUserLocation.h"

0 comments on commit 0a26d84

Please sign in to comment.