summaryrefslogtreecommitdiff
path: root/.jazzy.yaml
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-04-22 12:31:42 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-04-22 12:31:42 -0700
commit9c9ff2d2d4aeac9f605a6ca23447e54adea9f6bd (patch)
treed4dc35bc3f359901a84628b612f2014c455c7814 /.jazzy.yaml
parent2a1a5f088564b2d6c2e3765d0d741edf1886fc81 (diff)
downloadqtlocation-mapboxgl-9c9ff2d2d4aeac9f605a6ca23447e54adea9f6bd.tar.gz
[ios, osx] Updated build system for jazzy
Consolidated NSValue categories to work around realm/jazzy#539. Documented MGLErrorCode. Moved jazzy configuration file into platform/ios/. Removed redundant include/Mapbox.h that was only being used by jazzy, now that the static frameworks’s umbrella header is based on that of the dynamic framework. Moved framework/Mapbox.h to include/Mapbox.h for consistency.
Diffstat (limited to '.jazzy.yaml')
-rw-r--r--.jazzy.yaml76
1 files changed, 0 insertions, 76 deletions
diff --git a/.jazzy.yaml b/.jazzy.yaml
deleted file mode 100644
index e14b7f803e..0000000000
--- a/.jazzy.yaml
+++ /dev/null
@@ -1,76 +0,0 @@
-module: Mapbox
-author: Mapbox
-author_url: https://www.mapbox.com/
-github_url: https://github.com/mapbox/mapbox-gl-native
-dash_url: https://www.mapbox.com/ios-sdk/docsets/Mapbox.xml
-copyright: '© 2014–2016 [Mapbox](https://www.mapbox.com/). See [license](https://github.com/mapbox/mapbox-gl-native/blob/master/LICENSE.md) for more details.'
-
-head: |
- <link rel='shortcut icon' href='https://www.mapbox.com/img/favicon.ico' type='image/x-icon' />
-
-objc: Yes
-skip_undocumented: Yes
-hide_documentation_coverage: Yes
-umbrella_header: platform/ios/include/Mapbox.h
-framework_root: platform/darwin/include
-
-custom_categories:
- - name: Map
- children:
- - MGLAccountManager
- - MGLMapCamera
- - MGLMapView
- - MGLMapViewDelegate
- - MGLStyle
- - MGLUserTrackingMode
- - name: Annotations
- children:
- - MGLAnnotation
- - MGLAnnotationImage
- - MGLAnnotationVerticalAlignment
- - MGLCalloutView
- - MGLCalloutViewDelegate
- - MGLMultiPoint
- - MGLPointAnnotation
- - MGLPolygon
- - MGLPolyline
- - MGLOverlay
- - MGLShape
- - MGLUserLocation
- - name: Offline Storage
- children:
- - MGLOfflineRegion
- - MGLOfflineStorage
- - MGLOfflinePack
- - MGLOfflinePackAdditionCompletionHandler
- - MGLOfflinePackErrorNotification
- - MGLOfflinePackErrorUserInfoKey
- - MGLOfflinePackMaximumCountUserInfoKey
- - MGLOfflinePackMaximumMapboxTilesReachedNotification
- - MGLOfflinePackProgress
- - MGLOfflinePackProgressChangedNotification
- - MGLOfflinePackProgressUserInfoKey
- - MGLOfflinePackRemovalCompletionHandler
- - MGLOfflinePackState
- - MGLOfflinePackStateUserInfoKey
- - MGLTilePyramidOfflineRegion
- - NSValue(MGLOfflinePackAdditions)
- - name: Geometry
- children:
- - MGLClockDirectionFormatter
- - MGLCompassDirectionFormatter
- - MGLCoordinateBounds
- - MGLCoordinateBoundsEqualToCoordinateBounds
- - MGLCoordinateBoundsGetCoordinateSpan
- - MGLCoordinateBoundsIsEmpty
- - MGLCoordinateBoundsMake
- - MGLCoordinateBoundsOffset
- - MGLCoordinateFormatter
- - MGLCoordinateSpan
- - MGLCoordinateSpanEqualToCoordinateSpan
- - MGLCoordinateSpanMake
- - MGLCoordinateSpanZero
- - MGLDegreesFromRadians
- - MGLRadiansFromDegrees
- - MGLStringFromCoordinateBounds
- - NSValue(MGLGeometryAdditions)