We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c14b2f commit 832646cCopy full SHA for 832646c
src/MacVim/MacVim.xcodeproj/project.pbxproj
@@ -580,6 +580,7 @@
580
runOnlyForDeploymentPostprocessing = 0;
581
shellPath = /bin/sh;
582
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;
584
};
585
/* End PBXShellScriptBuildPhase section */
586
0 commit comments