Removed unnecessary setting from the "Create DMG" target

This commit is contained in:
Sam Lantinga
2023-07-31 18:51:13 -07:00
parent c94cb3a5d8
commit d1bf979160

View File

@@ -2699,7 +2699,6 @@
F3676F5A2A7885080091160D /* Debug */ = { F3676F5A2A7885080091160D /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
CODE_SIGN_STYLE = Automatic;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
}; };
name = Debug; name = Debug;
@@ -2707,7 +2706,6 @@
F3676F5B2A7885080091160D /* Release */ = { F3676F5B2A7885080091160D /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
CODE_SIGN_STYLE = Automatic;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
}; };
name = Release; name = Release;