diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-03-18 00:15:36 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2016-03-18 00:15:36 -0700 |
commit | 35e6aa70bc7971dd91234b26110d71c1ca852999 (patch) | |
tree | b9f7e3a9cde18a2ec3d6567edfcfa50d3e93e271 /.jazzy.yaml | |
parent | 115a5d10f90b7da1726e9cb274bfaf58f806e54d (diff) | |
download | qtlocation-mapboxgl-35e6aa70bc7971dd91234b26110d71c1ca852999.tar.gz |
[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.
Diffstat (limited to '.jazzy.yaml')
-rw-r--r-- | .jazzy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |