summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-03-10 20:22:19 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-03-10 20:22:19 -0800
commit4bcc24d5aff1a9f323f9810abb01669d0e38f078 (patch)
treedd8847cbb65671b75d51c953c89646d881974f24
parent3622c2d25c5f96e9933bc35e261d3fccef052274 (diff)
downloadqtlocation-mapboxgl-4bcc24d5aff1a9f323f9810abb01669d0e38f078.tar.gz
[ios] Fixed iosapp build
MBXDownloadsTableViewController.{h,m} had been renamed MBXOfflinePacksTableViewController.{h,m}, but the project had not been.
-rw-r--r--platform/ios/app/mapboxgl-app.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/app/mapboxgl-app.gypi b/platform/ios/app/mapboxgl-app.gypi
index fd10a685d9..c154669485 100644
--- a/platform/ios/app/mapboxgl-app.gypi
+++ b/platform/ios/app/mapboxgl-app.gypi
@@ -29,8 +29,8 @@
'MBXAppDelegate.m',
'MBXCustomCalloutView.h',
'MBXCustomCalloutView.m',
- 'MBXDownloadsTableViewController.h',
- 'MBXDownloadsTableViewController.m',
+ 'MBXOfflinePacksTableViewController.h',
+ 'MBXOfflinePacksTableViewController.m',
'MBXViewController.h',
'MBXViewController.mm',
],