From 35e6aa70bc7971dd91234b26110d71c1ca852999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Fri, 18 Mar 2016 00:15:36 -0700 Subject: [ios] Include offline headers in static umbrella header Include offline headers in the umbrella header used by the static framework. These includes are already present in the umbrella header used by the dynamic framework. jazzy relies on the static umbrella header to include all the headers, so the offline headers were also missing from documentation. --- .jazzy.yaml | 2 +- platform/ios/include/Mapbox.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.jazzy.yaml b/.jazzy.yaml index 430bfbeba5..3cf8a30418 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -37,7 +37,7 @@ custom_categories: - MGLOverlay - MGLShape - MGLUserLocation - - name: Offline Viewing + - name: Offline Storage children: - MGLOfflineRegion - MGLOfflineStorage diff --git a/platform/ios/include/Mapbox.h b/platform/ios/include/Mapbox.h index fd4f532a40..fb25a0104e 100644 --- a/platform/ios/include/Mapbox.h +++ b/platform/ios/include/Mapbox.h @@ -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" -- cgit v1.2.1