|
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 | 67 | 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; }; |
69 | 68 | 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; |
70 | 69 | 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; |
|
93 | 92 | remoteGlobalIDString = 8D576316048677EA00EA77CD; |
94 | 93 | remoteInfo = QuickLookStephen; |
95 | 94 | }; |
96 | | - 52818B001C1C084100F59085 /* PBXContainerItemProxy */ = { |
97 | | - isa = PBXContainerItemProxy; |
98 | | - containerPortal = 52818AFA1C1C075300F59085 /* QuickLookStephen.xcodeproj */; |
99 | | - proxyType = 1; |
100 | | - remoteGlobalIDString = 8D57630D048677EA00EA77CD; |
101 | | - remoteInfo = QuickLookStephen; |
102 | | - }; |
103 | 95 | /* End PBXContainerItemProxy section */ |
104 | 96 |
|
105 | 97 | /* Begin PBXCopyFilesBuildPhase section */ |
|
138 | 130 | name = "Copy Vim Runtime Files"; |
139 | 131 | runOnlyForDeploymentPostprocessing = 0; |
140 | 132 | }; |
141 | | - 52818B021C1C088000F59085 /* Copy QuickLookPlugin */ = { |
142 | | - isa = PBXCopyFilesBuildPhase; |
143 | | - buildActionMask = 2147483647; |
144 | | - dstPath = ../Library/QuickLook; |
145 | | - dstSubfolderSpec = 6; |
146 | | - files = ( |
147 | | - 52818B031C1C08CE00F59085 /* QLStephen.qlgenerator in Copy QuickLookPlugin */, |
148 | | - ); |
149 | | - name = "Copy QuickLookPlugin"; |
150 | | - runOnlyForDeploymentPostprocessing = 0; |
151 | | - }; |
152 | 133 | /* End PBXCopyFilesBuildPhase section */ |
153 | 134 |
|
154 | 135 | /* Begin PBXFileReference section */ |
|
457 | 438 | 8D11072E0486CEB800E47090 /* Frameworks */, |
458 | 439 | 1D0DCAD80BA3604D00B6CCFA /* Copy Executables */, |
459 | 440 | 1D9EB2840C366D7B0074B739 /* Copy Frameworks */, |
460 | | - 52818B021C1C088000F59085 /* Copy QuickLookPlugin */, |
461 | 441 | 1DE608B80C58807F0055263D /* Copy Vim Runtime Files */, |
462 | 442 | 1D1C31F00EFFBFD6003FE9A5 /* Make Document Icons */, |
| 443 | + 520E0E2B1C2FBAF300949DD8 /* ShellScript */, |
463 | 444 | ); |
464 | 445 | buildRules = ( |
465 | 446 | ); |
466 | 447 | dependencies = ( |
467 | 448 | 1D493DCD0C5254A400AB718C /* PBXTargetDependency */, |
468 | | - 52818B011C1C084100F59085 /* PBXTargetDependency */, |
469 | 449 | ); |
470 | 450 | name = MacVim; |
471 | 451 | productInstallPath = "$(HOME)/Applications"; |
|
588 | 568 | 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"; |
589 | 569 | showEnvVarsInLog = 0; |
590 | 570 | }; |
| 571 | + 520E0E2B1C2FBAF300949DD8 /* ShellScript */ = { |
| 572 | + isa = PBXShellScriptBuildPhase; |
| 573 | + buildActionMask = 2147483647; |
| 574 | + files = ( |
| 575 | + ); |
| 576 | + inputPaths = ( |
| 577 | + ); |
| 578 | + outputPaths = ( |
| 579 | + ); |
| 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 | + }; |
591 | 584 | /* End PBXShellScriptBuildPhase section */ |
592 | 585 |
|
593 | 586 | /* Begin PBXSourcesBuildPhase section */ |
|
625 | 618 | name = PSMTabBarControlFramework; |
626 | 619 | targetProxy = 1D493DCC0C5254A400AB718C /* PBXContainerItemProxy */; |
627 | 620 | }; |
628 | | - 52818B011C1C084100F59085 /* PBXTargetDependency */ = { |
629 | | - isa = PBXTargetDependency; |
630 | | - name = QuickLookStephen; |
631 | | - targetProxy = 52818B001C1C084100F59085 /* PBXContainerItemProxy */; |
632 | | - }; |
633 | 621 | /* End PBXTargetDependency section */ |
634 | 622 |
|
635 | 623 | /* Begin PBXVariantGroup section */ |
|
0 commit comments