forked from organicmaps/organicmaps
[ios] Enabled CarPlay
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
9b10eb9d3e
commit
6ac7fefbc2
1 changed files with 6 additions and 5 deletions
|
@ -3715,7 +3715,6 @@
|
|||
TargetAttributes = {
|
||||
6741A93D1BF340DE002C974C = {
|
||||
LastSwiftMigration = 1110;
|
||||
ProvisioningStyle = Automatic;
|
||||
SystemCapabilities = {
|
||||
com.apple.Push = {
|
||||
enabled = 0;
|
||||
|
@ -4524,8 +4523,8 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = "OMaps-Debug.entitlements";
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
DEVELOPMENT_TEAM = 9Z6432XD7L;
|
||||
"EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*]" = MetalContextFactory.mm;
|
||||
|
@ -4537,6 +4536,7 @@
|
|||
);
|
||||
OTHER_SWIFT_FLAGS = "$(inherited)";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = app.organicmaps.debug;
|
||||
PROVISIONING_PROFILE_SPECIFIER = "CarPlay Debug";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
|
@ -4544,8 +4544,8 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = "OMaps-Release.entitlements";
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CODE_SIGN_IDENTITY = "iPhone Distribution";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
DEVELOPMENT_TEAM = 9Z6432XD7L;
|
||||
"EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*]" = MetalContextFactory.mm;
|
||||
|
@ -4557,6 +4557,7 @@
|
|||
);
|
||||
OTHER_SWIFT_FLAGS = "$(inherited)";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = app.organicmaps;
|
||||
PROVISIONING_PROFILE_SPECIFIER = "CarPlay AppStore";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue