summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLRasterTileSource.mm
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Speculative fix for failing test: ↵upstream/jrex/check-source-compatibilityJulian Rex2019-09-171-7/+8
| | | | MGLDocumentationExampleTests.testMGLHillshadeStyleLayer()
* [core, ios, macos] SDK objects should hold weak pointers to the core style ↵Mikhail Pozdnyakov2019-09-091-0/+2
| | | | objects (#15539)
* [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] Renamed MGLRasterSource to MGLRasterTileSourceMinh Nguyễn2018-04-021-0/+77
Also updated various source class listings to reflect the addition of image and raster DEM sources.