Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Khmurets <subzero@mapswithme.com>2014-05-26 02:59:12 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:15:58 +0300
commitd93c11aa6cff32a024f871708df0e0bf8a468591 (patch)
tree07ce76e24a098361307298416a281cfdbb4bb3b4 /iphone/Maps/main.mm
parent44bac99e1bd79c00ab896fb28953403e0ec63f18 (diff)
[ios] Changed app name
Diffstat (limited to 'iphone/Maps/main.mm')
-rw-r--r--iphone/Maps/main.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/main.mm b/iphone/Maps/main.mm
index 9148b86a19..d6dd717112 100644
--- a/iphone/Maps/main.mm
+++ b/iphone/Maps/main.mm
@@ -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;