|
64 | 64 | 1DE9B9500D341AB8008FEDD4 /* MMWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DE9B94E0D341AB8008FEDD4 /* MMWindow.m */; }; |
65 | 65 | 1DED78600C6DE43D0079945F /* vimrc in Copy Vim Runtime Files */ = {isa = PBXBuildFile; fileRef = 1DED785F0C6DE43D0079945F /* vimrc */; }; |
66 | 66 | 1DFE25A50C527BC4003000F7 /* PSMTabBarControl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D493DB90C52533B00AB718C /* PSMTabBarControl.framework */; }; |
| 67 | + 52818B031C1C08CE00F59085 /* QLStephen.qlgenerator in Copy QuickLookPlugin */ = {isa = PBXBuildFile; fileRef = 52818AFF1C1C075300F59085 /* QLStephen.qlgenerator */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; |
| 68 | + 528DA66A1426D4F9003380F1 /* macvim-askpass in Copy Scripts */ = {isa = PBXBuildFile; fileRef = 528DA6691426D4EB003380F1 /* macvim-askpass */; }; |
67 | 69 | 52A364731C4A5789005757EC /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52A364721C4A5789005757EC /* Sparkle.framework */; }; |
68 | 70 | 52A364761C4A57C1005757EC /* Sparkle.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 52A364721C4A5789005757EC /* Sparkle.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
69 | 71 | 52B7ED9B1C4A4D6900AFFF15 /* dsa_pub.pem in Resources */ = {isa = PBXBuildFile; fileRef = 52B7ED9A1C4A4D6900AFFF15 /* dsa_pub.pem */; }; |
70 | | - 52818B031C1C08CE00F59085 /* QLStephen.qlgenerator in Copy QuickLookPlugin */ = {isa = PBXBuildFile; fileRef = 52818AFF1C1C075300F59085 /* QLStephen.qlgenerator */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; |
71 | | - 528DA66A1426D4F9003380F1 /* macvim-askpass in Copy Scripts */ = {isa = PBXBuildFile; fileRef = 528DA6691426D4EB003380F1 /* macvim-askpass */; }; |
72 | 72 | 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; }; |
73 | 73 | 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; |
74 | 74 | 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; |
|
467 | 467 | name = Products; |
468 | 468 | sourceTree = "<group>"; |
469 | 469 | }; |
470 | | - 528DA6681426D477003380F1 /* Scripts */ = { |
471 | | - isa = PBXGroup; |
472 | | - children = ( |
473 | | - 528DA6691426D4EB003380F1 /* macvim-askpass */, |
474 | | - ); |
475 | | - name = Scripts; |
476 | | - sourceTree = "<group>"; |
477 | | - }; |
478 | 470 | /* End PBXGroup section */ |
479 | 471 |
|
480 | 472 | /* Begin PBXNativeTarget section */ |
|
491 | 483 | 1DE608B80C58807F0055263D /* Copy Vim Runtime Files */, |
492 | 484 | 1D1C31F00EFFBFD6003FE9A5 /* Make Document Icons */, |
493 | 485 | 528DA6671426D456003380F1 /* Copy Scripts */, |
| 486 | + 52283AB71EBA200C00A6F6B9 /* Copy mvim scripts */, |
494 | 487 | ); |
495 | 488 | buildRules = ( |
496 | 489 | ); |
|
620 | 613 | shellScript = "# Clear deployment target, else the python script always thinks we're building on Tiger\nunset MACOSX_DEPLOYMENT_TARGET\n\n# Generate the icons (redirect stderr to ignore warnings)\ncd \"$PROJECT_DIR\"/icons/\nmake OUTDIR=\"$TARGET_BUILD_DIR\"/$UNLOCALIZED_RESOURCES_FOLDER_PATH 2> /dev/null\n"; |
621 | 614 | showEnvVarsInLog = 0; |
622 | 615 | }; |
| 616 | + 52283AB71EBA200C00A6F6B9 /* Copy mvim scripts */ = { |
| 617 | + isa = PBXShellScriptBuildPhase; |
| 618 | + buildActionMask = 2147483647; |
| 619 | + files = ( |
| 620 | + ); |
| 621 | + inputPaths = ( |
| 622 | + ); |
| 623 | + name = "Copy mvim scripts"; |
| 624 | + outputPaths = ( |
| 625 | + ); |
| 626 | + runOnlyForDeploymentPostprocessing = 0; |
| 627 | + shellPath = /bin/sh; |
| 628 | + shellScript = "BINPATH=$BUILT_PRODUCTS_DIR/$CONTENTS_FOLDER_PATH/bin\nmkdir -p $BINPATH\ncp -a $SRCROOT/mvim $BINPATH/mvim\nchmod 755 $BINPATH/mvim\n(cd $BINPATH; for f in vim vimdiff view gvim gvimdiff gview mvimdiff mview; do ln -s mvim $f; done)"; |
| 629 | + showEnvVarsInLog = 0; |
| 630 | + }; |
623 | 631 | /* End PBXShellScriptBuildPhase section */ |
624 | 632 |
|
625 | 633 | /* Begin PBXSourcesBuildPhase section */ |
|
0 commit comments