[ios] Set App Name to "MapsWithMe Debug" for debug builds

This commit is contained in:
Alex Zolotarev 2011-11-14 13:16:04 +03:00 committed by Alex Zolotarev
parent 53020db95c
commit a78a5f1f0b

View file

@ -2667,7 +2667,7 @@
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = "-Wall";
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
PRODUCT_NAME = MapsWithMe;
PRODUCT_NAME = "MapsWithMe Debug";
SDKROOT = iphoneos;
STRIP_INSTALLED_PRODUCT = NO;
TARGETED_DEVICE_FAMILY = "1,2";
@ -2812,7 +2812,7 @@
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = "-Wall";
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
PRODUCT_NAME = MapsWithMe;
PRODUCT_NAME = "MapsWithMe Debug";
PROVISIONING_PROFILE = "";
SDKROOT = iphoneos;
STRIP_INSTALLED_PRODUCT = NO;