Skip to content

Commit c93d4e0

Browse files
committed
Project file update.
1 parent b26639f commit c93d4e0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ColorSet.xcodeproj/project.pbxproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@
684684
isa = XCBuildConfiguration;
685685
buildSettings = {
686686
CODE_SIGN_ENTITLEMENTS = ColorSet/ColorSet.entitlements;
687-
CODE_SIGN_IDENTITY = "Developer ID Application";
687+
CODE_SIGN_IDENTITY = "Mac Developer";
688688
COMBINE_HIDPI_IMAGES = YES;
689689
DEVELOPMENT_TEAM = J5PR93692Y;
690690
ENABLE_HARDENED_RUNTIME = YES;
@@ -718,6 +718,8 @@
718718
MACOSX_DEPLOYMENT_TARGET = 10.8;
719719
PRODUCT_BUNDLE_IDENTIFIER = com.DigiDNA.ColorSetKit;
720720
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
721+
SKIP_INSTALL = YES;
722+
STRIP_STYLE = debugging;
721723
VERSIONING_SYSTEM = "apple-generic";
722724
VERSION_INFO_PREFIX = "";
723725
};
@@ -742,6 +744,8 @@
742744
MACOSX_DEPLOYMENT_TARGET = 10.8;
743745
PRODUCT_BUNDLE_IDENTIFIER = com.DigiDNA.ColorSetKit;
744746
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
747+
SKIP_INSTALL = YES;
748+
STRIP_STYLE = debugging;
745749
VERSIONING_SYSTEM = "apple-generic";
746750
VERSION_INFO_PREFIX = "";
747751
};

0 commit comments

Comments
 (0)