forked from organicmaps/organicmaps
[ios] Changed app name
This commit is contained in:
parent
44bac99e1b
commit
d93c11aa6c
6 changed files with 22 additions and 22 deletions
|
@ -3,22 +3,22 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>About MapsWithMe</title>
|
||||
<title>About maps.me</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>MapsWithMe offers the quickest offline maps of all the cities, all countries of the world. Travel with full confidence: wherever you are, MapsWithMe addresses all your offline mapping needs. </p>
|
||||
<p>maps.me offers the quickest offline maps of all the cities, all countries of the world. Travel with full confidence: wherever you are, maps.me addresses all your offline mapping needs. </p>
|
||||
|
||||
<p>We are always working on new features and would love to hear from
|
||||
you on how you think we could improve MapsWithMe. If you have any
|
||||
problems with the app, don't hesitate to contact us at <a href="mailto:support@mapswith.me"/>support@mapswith.me</a>. We respond to every request!</p>
|
||||
you on how you think we could improve maps.me. If you have any
|
||||
problems with the app, don't hesitate to contact us at <a href="mailto:support@maps.me"/>support@maps.me</a>. We respond to every request!</p>
|
||||
|
||||
<p>Like MapsWithMe and want to support us? There are some simple and
|
||||
<p>Like maps.me and want to support us? There are some simple and
|
||||
absolutely free ways:
|
||||
<ul>
|
||||
<li>leave a review at your App Market
|
||||
<li>like our <a href="http://www.facebook.com/mapswithme"/>Facebook</a> page
|
||||
<li>or just tell about MapsWithMe to your mom, friends and
|
||||
<li>or just tell about maps.me to your mom, friends and
|
||||
colleagues :)
|
||||
</ul>
|
||||
</p>
|
||||
|
@ -28,7 +28,7 @@
|
|||
<p>Map data © <a href="http://www.openstreetmap.org/">OpenStreetMap</a> contributors,
|
||||
<a href="http://opendatacommons.org/licenses/odbl/">ODbL</a>.<br />
|
||||
|
||||
<p>MapsWithMe would not be possible without the generous contributions of the following projects:</p>
|
||||
<p>maps.me would not be possible without the generous contributions of the following projects:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://antigrain.com/">Anti-Grain Geometry</a>, <a href="#agg-license">license</a></li>
|
||||
|
|
|
@ -265,7 +265,7 @@
|
|||
NSString * filePath = [NSString stringWithUTF8String:cat->GetFileName().c_str()];
|
||||
NSMutableString * catName = [NSMutableString stringWithUTF8String:cat->GetName().c_str()];
|
||||
if (![catName length])
|
||||
[catName setString:@"MapsWithMe"];
|
||||
[catName setString:@"maps.me"];
|
||||
NSMutableString * kmzFile = [NSMutableString stringWithString:filePath];
|
||||
[kmzFile replaceCharactersInRange:NSMakeRange([filePath length] - 1, 1) withString:@"z"];
|
||||
if (CreateZipFromPathDeflatedAndDefaultCompression([filePath UTF8String], [kmzFile UTF8String]))
|
||||
|
|
|
@ -57,7 +57,7 @@ using namespace::storage;
|
|||
}
|
||||
self.guideRegions = [guideRegions sortedArrayUsingDescriptors:@[[NSSortDescriptor sortDescriptorWithKey:@"Country" ascending:YES]]];
|
||||
|
||||
TitleMWM = @"MapsWithMe Pro";
|
||||
TitleMWM = @"maps.me pro";
|
||||
TitleGuides = NSLocalizedString(@"more_apps_guides", nil);
|
||||
TitleAds = NSLocalizedString(@"more_apps_ads", nil);
|
||||
|
||||
|
|
|
@ -5355,7 +5355,7 @@
|
|||
);
|
||||
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
||||
OTHER_LDFLAGS = "-lstats_client";
|
||||
PRODUCT_NAME = "MWM Dbg Lite";
|
||||
PRODUCT_NAME = "maps.me dbg lite";
|
||||
SDKROOT = iphoneos;
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
|
@ -5402,7 +5402,7 @@
|
|||
);
|
||||
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
||||
OTHER_LDFLAGS = "-lstats_client";
|
||||
PRODUCT_NAME = MapsWithMe;
|
||||
PRODUCT_NAME = maps.me;
|
||||
SDKROOT = iphoneos;
|
||||
STRIP_INSTALLED_PRODUCT = YES;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
|
@ -5469,7 +5469,7 @@
|
|||
);
|
||||
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
||||
OTHER_LDFLAGS = "-lstats_client";
|
||||
PRODUCT_NAME = "MWM Dbg Lite";
|
||||
PRODUCT_NAME = "maps.me dbg lite";
|
||||
SDKROOT = iphoneos;
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
|
@ -5540,7 +5540,7 @@
|
|||
);
|
||||
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
||||
OTHER_LDFLAGS = "-lstats_client";
|
||||
PRODUCT_NAME = "MWM Beta Lite";
|
||||
PRODUCT_NAME = "maps.me beta lite";
|
||||
SDKROOT = iphoneos;
|
||||
STRIP_INSTALLED_PRODUCT = YES;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
|
@ -5607,7 +5607,7 @@
|
|||
);
|
||||
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
||||
OTHER_LDFLAGS = "-lstats_client";
|
||||
PRODUCT_NAME = "MWM Dbg";
|
||||
PRODUCT_NAME = "maps.me dbg";
|
||||
SDKROOT = iphoneos;
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
|
@ -5674,7 +5674,7 @@
|
|||
);
|
||||
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
||||
OTHER_LDFLAGS = "-lstats_client";
|
||||
PRODUCT_NAME = "MWM Dbg";
|
||||
PRODUCT_NAME = "maps.me dbg";
|
||||
SDKROOT = iphoneos;
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
|
@ -5745,7 +5745,7 @@
|
|||
);
|
||||
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
||||
OTHER_LDFLAGS = "-lstats_client";
|
||||
PRODUCT_NAME = "MWM Beta";
|
||||
PRODUCT_NAME = "maps.me beta";
|
||||
SDKROOT = iphoneos;
|
||||
STRIP_INSTALLED_PRODUCT = YES;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
|
@ -5816,7 +5816,7 @@
|
|||
);
|
||||
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
||||
OTHER_LDFLAGS = "-lstats_client";
|
||||
PRODUCT_NAME = MapsWithMe;
|
||||
PRODUCT_NAME = maps.me;
|
||||
SDKROOT = iphoneos;
|
||||
STRIP_INSTALLED_PRODUCT = YES;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
|
@ -5886,7 +5886,7 @@
|
|||
);
|
||||
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
||||
OTHER_LDFLAGS = "-lstats_client";
|
||||
PRODUCT_NAME = "MWM Rel Lite";
|
||||
PRODUCT_NAME = "maps.me rel lite";
|
||||
SDKROOT = iphoneos;
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
|
@ -5956,7 +5956,7 @@
|
|||
);
|
||||
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
||||
OTHER_LDFLAGS = "-lstats_client";
|
||||
PRODUCT_NAME = "MWM Rel";
|
||||
PRODUCT_NAME = "maps.me rel";
|
||||
SDKROOT = iphoneos;
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
|
@ -6026,7 +6026,7 @@
|
|||
);
|
||||
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
||||
OTHER_LDFLAGS = "-lstats_client";
|
||||
PRODUCT_NAME = "MWM Rel";
|
||||
PRODUCT_NAME = "maps.me rel";
|
||||
SDKROOT = iphoneos;
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
|
|
|
@ -120,7 +120,7 @@ NSString * const AppFeatureMoreAppsBanner = @"AppFeatureMoreAppsBanner";
|
|||
|
||||
- (NSString *)snapshot
|
||||
{
|
||||
return [NSString stringWithFormat:@"MapsWithMe ver. %@, %@ (iOS %@) %@", self.bundleVersion, self.deviceInfo, self.firmwareVersion, self.countryCode];
|
||||
return [NSString stringWithFormat:@"maps.me ver. %@, %@ (iOS %@) %@", self.bundleVersion, self.deviceInfo, self.firmwareVersion, self.countryCode];
|
||||
}
|
||||
|
||||
#pragma mark - Public properties
|
||||
|
|
|
@ -29,7 +29,7 @@ static void exceptionHandler(NSException * ex)
|
|||
|
||||
int main(int argc, char * argv[])
|
||||
{
|
||||
LOG(LINFO, ("MapsWithMe started, detected CPU cores:", GetPlatform().CpuCores()));
|
||||
LOG(LINFO, ("maps.me started, detected CPU cores:", GetPlatform().CpuCores()));
|
||||
|
||||
NSSetUncaughtExceptionHandler(&exceptionHandler);
|
||||
int retVal;
|
||||
|
|
Loading…
Add table
Reference in a new issue