forked from organicmaps/organicmaps-tmp
iPhone provisioning profile fixes
This commit is contained in:
parent
46eb7f199f
commit
0386474e68
1 changed files with 2 additions and 2 deletions
|
@ -564,7 +564,7 @@
|
|||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer: Yury Melnichek (EDA9BLAEK7)";
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
COMPRESS_PNG_FILES = NO;
|
||||
COPY_PHASE_STRIP = YES;
|
||||
CURRENT_PROJECT_VERSION = 1.0;
|
||||
|
@ -593,7 +593,7 @@
|
|||
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = MapsWithMe;
|
||||
PROVISIONING_PROFILE = "EC7DCB50-6434-4FA9-A1A4-7135151D0A58";
|
||||
PROVISIONING_PROFILE = "";
|
||||
SDKROOT = iphoneos;
|
||||
VALID_ARCHS = armv6;
|
||||
VERSIONING_SYSTEM = "apple-generic";
|
||||
|
|
Loading…
Add table
Reference in a new issue