summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorJason Wray <jason@kulturny.com>2015-03-02 23:17:26 -0800
committerJason Wray <jason@kulturny.com>2015-03-02 23:17:26 -0800
commitef8a5cc0dfc1d7e39df07f3aa1dffdaa3f52d15a (patch)
treefc60fa33c18f7fc1bb46e2962907303e2d7bf047 /ios
parente1ff75a47aa3893219e0a9842829e5566f26449a (diff)
downloadqtlocation-mapboxgl-ef8a5cc0dfc1d7e39df07f3aa1dffdaa3f52d15a.tar.gz
Bump iOS app styles versions to 7
Diffstat (limited to 'ios')
-rw-r--r--ios/app/MBXViewController.mm8
1 files changed, 4 insertions, 4 deletions
diff --git a/ios/app/MBXViewController.mm b/ios/app/MBXViewController.mm
index 4945b73cc5..569eaec6c8 100644
--- a/ios/app/MBXViewController.mm
+++ b/ios/app/MBXViewController.mm
@@ -9,10 +9,10 @@
static UIColor *const kTintColor = [UIColor colorWithRed:0.120 green:0.550 blue:0.670 alpha:1.000];
static NSDictionary *const kStyles = @{
- @"bright-v6": @"Bright",
- @"basic-v6": @"Basic",
- @"outdoors-v6": @"Outdoors",
- @"satellite-v6": @"Satellite"
+ @"bright-v7": @"Bright",
+ @"basic-v7": @"Basic",
+ @"outdoors-v7": @"Outdoors",
+ @"satellite-v7": @"Satellite"
};
@interface MBXViewController () <UIActionSheetDelegate, CLLocationManagerDelegate>