From f5ac63dfeccc185bc198b21f3ff6f87a9017848d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Sun, 6 Mar 2016 23:57:09 -0800 Subject: [ios, osx] Renamed offline classes Renamed SDK classes related to offline viewing to more closely match the terminology used by mbgl and the Android SDK while remaining consistent with Cocoa naming principles. --- gyp/platform-ios.gypi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gyp/platform-ios.gypi') diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi index 15b2fef0cc..bece0a6a6f 100644 --- a/gyp/platform-ios.gypi +++ b/gyp/platform-ios.gypi @@ -44,12 +44,12 @@ '../platform/darwin/src/MGLPolyline.mm', '../platform/darwin/src/MGLPolygon.mm', '../platform/darwin/src/MGLMapCamera.mm', - '../platform/darwin/src/MGLDownloadable.mm', - '../platform/darwin/src/MGLDownloadable_Private.h', - '../platform/darwin/src/MGLDownloadController.mm', - '../platform/darwin/src/MGLDownloadController_Private.h', - '../platform/darwin/src/MGLDownloadRegion_Private.h', - '../platform/darwin/src/MGLTilePyramidDownloadRegion.mm', + '../platform/darwin/src/MGLOfflineTask.mm', + '../platform/darwin/src/MGLOfflineTask_Private.h', + '../platform/darwin/src/MGLOfflineStorage.mm', + '../platform/darwin/src/MGLOfflineStorage_Private.h', + '../platform/darwin/src/MGLOfflineRegion_Private.h', + '../platform/darwin/src/MGLTilePyramidOfflineRegion.mm', '../platform/darwin/src/MGLAccountManager_Private.h', '../platform/darwin/src/MGLAccountManager.m', '../platform/darwin/src/NSBundle+MGLAdditions.h', -- cgit v1.2.1