Skip to content

Commit 832646c

Browse files
committed
Disable showing env in Xcode shell script target log
1 parent 3c14b2f commit 832646c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MacVim/MacVim.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@
580580
runOnlyForDeploymentPostprocessing = 0;
581581
shellPath = /bin/sh;
582582
shellScript = "OSX_MINOR_VERSION=`/usr/bin/sw_vers -productVersion|cut -f2 -d'.'`\nif [ $OSX_MINOR_VERSION -ge 8 ]; then\n xcodebuild -project qlstephen/QuickLookStephen.xcodeproj\n mkdir -p $CONTENTS_FOLDER_PATH/Library/QuickLook\n cp -pr qlstephen/build/Release/QLStephen.qlgenerator $CONTENTS_FOLDER_PATH/Library/QuickLook\nfi";
583+
showEnvVarsInLog = 0;
583584
};
584585
/* End PBXShellScriptBuildPhase section */
585586

0 commit comments

Comments
 (0)