summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLComputedShapeSource_Private.h
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos] Update minimum deployment versions to iOS 9, macOS 10.11 (#11776)Jason Wray2018-04-271-1/+1
| | | | | | | | | | | | | | | | | | | * [ios] Remove iOS 8 conditionals * [ios, macos] Bump pod deployment targets * [ios, macos] Add changelog entries * [ios, macos] Update docs * Remove unnecessary selector-based version checks * Update SQLite note * [ios, macos] Replace lightweight generics macros with direct use Lightweight generics for Foundation collections are available everywhere with the bump to iOS 9 and macOS 10.11. * Update deprecated macOS method
* [ios, macos] Eliminated MGLAbstractShapeSourceMinh Nguyễn2018-04-021-0/+12
MGLComputedShapeSource is now a direct subclass of MGLSource and sibling of MGLShapeSource.