summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLOfflinePack.h
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos] Ignore progress updates after suspendingMinh Nguyễn2016-09-201-9/+3
| | | | -suspend and -resume are now presumed to be synchronous, even if technically they remain asynchronous under the hood.
* [ios] Updated offline pack testsMinh Nguyễn2016-04-271-3/+4
| | | | Updated the MGLOfflinePackProgress boxing test to test the two new fields. Wordsmithed the documentation a bit. Updated the changelog.
* [ios, osx] Add countOfTilesCompleted bindingJohn Firebaugh2016-04-271-0/+5
|
* [ios, osx] Add a property for bytes used by offline tilesBrent Whitman2016-04-271-1/+5
|
* [ios, osx] Eliminated platform/{ios,osx}/includeMinh Nguyễn2016-04-231-0/+180
Also updated various project references to be group-relative, so Xcode chooses the right directory by default when adding a new file. Fixes #4770.