forked from organicmaps/organicmaps
[ios] Set App Name to "MapsWithMe Debug" for debug builds
This commit is contained in:
parent
53020db95c
commit
a78a5f1f0b
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue