File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 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
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 = (
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 = (
Original file line number Diff line number Diff line change 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;
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
You can’t perform that action at this time.
0 commit comments