Skip to content

Commit 4d1374c

Browse files
committed
Code signing
1 parent b530e9a commit 4d1374c

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

ColorSet.xcodeproj/project.pbxproj

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -559,12 +559,8 @@
559559
buildActionMask = 2147483647;
560560
files = (
561561
);
562-
inputFileListPaths = (
563-
);
564562
inputPaths = (
565563
);
566-
outputFileListPaths = (
567-
);
568564
outputPaths = (
569565
);
570566
runOnlyForDeploymentPostprocessing = 0;
@@ -650,9 +646,6 @@
650646
isa = XCBuildConfiguration;
651647
baseConfigurationReference = 050911DB20E559CF009EF90C /* Debug.xcconfig */;
652648
buildSettings = {
653-
CODE_SIGN_IDENTITY = "Mac Developer";
654-
CODE_SIGN_STYLE = Automatic;
655-
DEVELOPMENT_TEAM = J5PR93692Y;
656649
MACOSX_DEPLOYMENT_TARGET = 10.13;
657650
};
658651
name = Debug;
@@ -661,9 +654,6 @@
661654
isa = XCBuildConfiguration;
662655
baseConfigurationReference = 050911DC20E559CF009EF90C /* Release.xcconfig */;
663656
buildSettings = {
664-
CODE_SIGN_IDENTITY = "Mac Developer";
665-
CODE_SIGN_STYLE = Automatic;
666-
DEVELOPMENT_TEAM = J5PR93692Y;
667657
MACOSX_DEPLOYMENT_TARGET = 10.13;
668658
};
669659
name = Release;
@@ -672,7 +662,9 @@
672662
isa = XCBuildConfiguration;
673663
buildSettings = {
674664
CODE_SIGN_ENTITLEMENTS = ColorSet/ColorSet.entitlements;
665+
CODE_SIGN_IDENTITY = "Mac Developer";
675666
COMBINE_HIDPI_IMAGES = YES;
667+
DEVELOPMENT_TEAM = J5PR93692Y;
676668
INFOPLIST_FILE = ColorSet/Info.plist;
677669
LD_RUNPATH_SEARCH_PATHS = (
678670
"$(inherited)",
@@ -688,7 +680,9 @@
688680
isa = XCBuildConfiguration;
689681
buildSettings = {
690682
CODE_SIGN_ENTITLEMENTS = ColorSet/ColorSet.entitlements;
683+
CODE_SIGN_IDENTITY = "Developer ID Application";
691684
COMBINE_HIDPI_IMAGES = YES;
685+
DEVELOPMENT_TEAM = J5PR93692Y;
692686
INFOPLIST_FILE = ColorSet/Info.plist;
693687
LD_RUNPATH_SEARCH_PATHS = (
694688
"$(inherited)",

0 commit comments

Comments
 (0)