forked from organicmaps/organicmaps
[ios] Updated xcode project for building base library.
This commit is contained in:
parent
dfa6f1c073
commit
2f7d49b230
1 changed files with 2 additions and 2 deletions
|
@ -600,7 +600,7 @@
|
|||
"OMIM_UNIT_TEST_DISABLE_PLATFORM_INIT=1",
|
||||
);
|
||||
INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "maps.me.base-tests";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = maps.me.base_tests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
name = Debug;
|
||||
|
@ -614,7 +614,7 @@
|
|||
"OMIM_UNIT_TEST_DISABLE_PLATFORM_INIT=1",
|
||||
);
|
||||
INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "maps.me.base-tests";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = maps.me.base_tests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue