Skip to content

Commit 524970c

Browse files
committed
Merge branch 'main' into development
2 parents dc1bc43 + f9a9139 commit 524970c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

ColorSet.xcodeproj/project.pbxproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@
550550
);
551551
runOnlyForDeploymentPostprocessing = 0;
552552
shellPath = /bin/sh;
553-
shellScript = "if [ -d \"$SRCROOT/Submodules/cgl\" ] && [ \"${CONFIGURATION}\" = \"Debug\" ]; then\n make -f $SRCROOT/Submodules/cgl/Makefile mit\nfi\n";
553+
shellScript = "if [ -z \"$CI\" ] && [ -d \"$SRCROOT/Submodules/cgl\" ] && [ \"${CONFIGURATION}\" = \"Debug\" ]; then\n make -f $SRCROOT/Submodules/cgl/Makefile mit\nfi\n";
554554
};
555555
/* End PBXShellScriptBuildPhase section */
556556

@@ -684,7 +684,6 @@
684684
isa = XCBuildConfiguration;
685685
buildSettings = {
686686
CODE_SIGN_ENTITLEMENTS = ColorSet/ColorSet.entitlements;
687-
CODE_SIGN_IDENTITY = "Mac Developer";
688687
ENABLE_HARDENED_RUNTIME = YES;
689688
INFOPLIST_FILE = ColorSet/Info.plist;
690689
LD_RUNPATH_SEARCH_PATHS = (
@@ -702,7 +701,6 @@
702701
isa = XCBuildConfiguration;
703702
buildSettings = {
704703
CODE_SIGN_ENTITLEMENTS = ColorSet/ColorSet.entitlements;
705-
CODE_SIGN_IDENTITY = "Mac Developer";
706704
ENABLE_HARDENED_RUNTIME = YES;
707705
INFOPLIST_FILE = ColorSet/Info.plist;
708706
LD_RUNPATH_SEARCH_PATHS = (

ColorSetKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
);
406406
runOnlyForDeploymentPostprocessing = 0;
407407
shellPath = /bin/sh;
408-
shellScript = "if [ -d \"$SRCROOT/Submodules/cgl\" ] && [ \"${CONFIGURATION}\" = \"Debug\" ]; then\n make -f $SRCROOT/Submodules/cgl/Makefile mit\nfi\n";
408+
shellScript = "if [ -z \"$CI\" ] && [ -d \"$SRCROOT/Submodules/cgl\" ] && [ \"${CONFIGURATION}\" = \"Debug\" ]; then\n make -f $SRCROOT/Submodules/cgl/Makefile mit\nfi\n";
409409
};
410410
0587465E28E2E0FD00861788 /* Swift Format */ = {
411411
isa = PBXShellScriptBuildPhase;
@@ -424,7 +424,7 @@
424424
);
425425
runOnlyForDeploymentPostprocessing = 0;
426426
shellPath = /bin/sh;
427-
shellScript = "if [ -d \"$SRCROOT/Submodules/cgl\" ] && [ \"${CONFIGURATION}\" = \"Debug\" ]; then\n make -f $SRCROOT/Submodules/cgl/Makefile mit\nfi\n";
427+
shellScript = "if [ -z \"$CI\" ] && [ -d \"$SRCROOT/Submodules/cgl\" ] && [ \"${CONFIGURATION}\" = \"Debug\" ]; then\n make -f $SRCROOT/Submodules/cgl/Makefile mit\nfi\n";
428428
};
429429
/* End PBXShellScriptBuildPhase section */
430430

0 commit comments

Comments
 (0)