File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/MacVim/MacVim.xcodeproj Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 579579 );
580580 runOnlyForDeploymentPostprocessing = 0;
581581 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";
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 $BUILT_PRODUCTS_DIR/$ CONTENTS_FOLDER_PATH/Library/QuickLook\n cp -pr qlstephen/build/Release/QLStephen.qlgenerator $BUILT_PRODUCTS_DIR/ $CONTENTS_FOLDER_PATH/Library/QuickLook\nfi";
583583 showEnvVarsInLog = 0;
584584 };
585585/* End PBXShellScriptBuildPhase section */
You can’t perform that action at this time.
0 commit comments