[iOS] Fixed xcodeproj settings to build Release with Car Play.

Signed-off-by: vng <viktor.govako@gmail.com>
This commit is contained in:
vng 2021-06-18 20:44:25 +03:00 committed by Alexander Borsuk
parent 2e02f87f28
commit 6501409aa5

View file

@ -4472,7 +4472,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = "OMaps-Release.entitlements";
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 9Z6432XD7L;
@ -4485,7 +4485,7 @@
);
OTHER_SWIFT_FLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = app.organicmaps;
PROVISIONING_PROFILE_SPECIFIER = "CarPlay AppStore";
PROVISIONING_PROFILE_SPECIFIER = "CarPlay Release";
};
name = Release;
};