|
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 | 67 | 52A364731C4A5789005757EC /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52A364721C4A5789005757EC /* Sparkle.framework */; }; |
| 68 | + 52A364761C4A57C1005757EC /* Sparkle.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 52A364721C4A5789005757EC /* Sparkle.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
68 | 69 | 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, ); }; }; |
69 | 71 | 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; }; |
70 | 72 | 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; |
71 | 73 | 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; |
|
94 | 96 | remoteGlobalIDString = 8D576316048677EA00EA77CD; |
95 | 97 | remoteInfo = QuickLookStephen; |
96 | 98 | }; |
| 99 | + 52818B001C1C084100F59085 /* PBXContainerItemProxy */ = { |
| 100 | + isa = PBXContainerItemProxy; |
| 101 | + containerPortal = 52818AFA1C1C075300F59085 /* QuickLookStephen.xcodeproj */; |
| 102 | + proxyType = 1; |
| 103 | + remoteGlobalIDString = 8D57630D048677EA00EA77CD; |
| 104 | + remoteInfo = QuickLookStephen; |
| 105 | + }; |
97 | 106 | /* End PBXContainerItemProxy section */ |
98 | 107 |
|
99 | 108 | /* Begin PBXCopyFilesBuildPhase section */ |
|
114 | 123 | dstPath = ""; |
115 | 124 | dstSubfolderSpec = 10; |
116 | 125 | files = ( |
| 126 | + 52A364761C4A57C1005757EC /* Sparkle.framework in Copy Frameworks */, |
117 | 127 | 1D493DBA0C52534300AB718C /* PSMTabBarControl.framework in Copy Frameworks */, |
118 | 128 | ); |
119 | 129 | name = "Copy Frameworks"; |
|
132 | 142 | name = "Copy Vim Runtime Files"; |
133 | 143 | runOnlyForDeploymentPostprocessing = 0; |
134 | 144 | }; |
| 145 | + 52818B021C1C088000F59085 /* Copy QuickLookPlugin */ = { |
| 146 | + isa = PBXCopyFilesBuildPhase; |
| 147 | + buildActionMask = 2147483647; |
| 148 | + dstPath = ../Library/QuickLook; |
| 149 | + dstSubfolderSpec = 6; |
| 150 | + files = ( |
| 151 | + 52818B031C1C08CE00F59085 /* QLStephen.qlgenerator in Copy QuickLookPlugin */, |
| 152 | + ); |
| 153 | + name = "Copy QuickLookPlugin"; |
| 154 | + runOnlyForDeploymentPostprocessing = 0; |
| 155 | + }; |
135 | 156 | /* End PBXCopyFilesBuildPhase section */ |
136 | 157 |
|
137 | 158 | /* Begin PBXFileReference section */ |
|
445 | 466 | 8D11072E0486CEB800E47090 /* Frameworks */, |
446 | 467 | 1D0DCAD80BA3604D00B6CCFA /* Copy Executables */, |
447 | 468 | 1D9EB2840C366D7B0074B739 /* Copy Frameworks */, |
| 469 | + 52818B021C1C088000F59085 /* Copy QuickLookPlugin */, |
448 | 470 | 1DE608B80C58807F0055263D /* Copy Vim Runtime Files */, |
449 | 471 | 1D1C31F00EFFBFD6003FE9A5 /* Make Document Icons */, |
450 | | - 520E0E2B1C2FBAF300949DD8 /* ShellScript */, |
451 | 472 | ); |
452 | 473 | buildRules = ( |
453 | 474 | ); |
454 | 475 | dependencies = ( |
455 | 476 | 1D493DCD0C5254A400AB718C /* PBXTargetDependency */, |
| 477 | + 52818B011C1C084100F59085 /* PBXTargetDependency */, |
456 | 478 | ); |
457 | 479 | name = MacVim; |
458 | 480 | productInstallPath = "$(HOME)/Applications"; |
|
576 | 598 | 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"; |
577 | 599 | showEnvVarsInLog = 0; |
578 | 600 | }; |
579 | | - 520E0E2B1C2FBAF300949DD8 /* ShellScript */ = { |
580 | | - isa = PBXShellScriptBuildPhase; |
581 | | - buildActionMask = 2147483647; |
582 | | - files = ( |
583 | | - ); |
584 | | - inputPaths = ( |
585 | | - ); |
586 | | - outputPaths = ( |
587 | | - ); |
588 | | - runOnlyForDeploymentPostprocessing = 0; |
589 | | - shellPath = /bin/sh; |
590 | | - shellScript = "OSX_MINOR_VERSION=`/usr/bin/sw_vers -productVersion|cut -f2 -d'.'`\nif [ $OSX_MINOR_VERSION -ge 8 ]; then\n cp -pr Sparkle.framework $BUILT_PRODUCTS_DIR/$FRAMEWORKS_FOLDER_PATH\n strip -S $BUILT_PRODUCTS_DIR/$FRAMEWORKS_FOLDER_PATH/Sparkle.framework/Versions/A/Resources/Autoupdate.app/Contents/MacOS/Autoupdate || exit 1\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"; |
591 | | - showEnvVarsInLog = 0; |
592 | | - }; |
593 | 601 | /* End PBXShellScriptBuildPhase section */ |
594 | 602 |
|
595 | 603 | /* Begin PBXSourcesBuildPhase section */ |
|
627 | 635 | name = PSMTabBarControlFramework; |
628 | 636 | targetProxy = 1D493DCC0C5254A400AB718C /* PBXContainerItemProxy */; |
629 | 637 | }; |
| 638 | + 52818B011C1C084100F59085 /* PBXTargetDependency */ = { |
| 639 | + isa = PBXTargetDependency; |
| 640 | + name = QuickLookStephen; |
| 641 | + targetProxy = 52818B001C1C084100F59085 /* PBXContainerItemProxy */; |
| 642 | + }; |
630 | 643 | /* End PBXTargetDependency section */ |
631 | 644 |
|
632 | 645 | /* Begin PBXVariantGroup section */ |
|
668 | 681 | C01FCF4B08A954540054247B /* Debug */ = { |
669 | 682 | isa = XCBuildConfiguration; |
670 | 683 | buildSettings = { |
| 684 | + COMBINE_HIDPI_IMAGES = YES; |
671 | 685 | COPY_PHASE_STRIP = NO; |
672 | 686 | FRAMEWORK_SEARCH_PATHS = ( |
673 | 687 | "$(inherited)", |
|
700 | 714 | C01FCF4C08A954540054247B /* Release */ = { |
701 | 715 | isa = XCBuildConfiguration; |
702 | 716 | buildSettings = { |
| 717 | + COMBINE_HIDPI_IMAGES = YES; |
703 | 718 | COPY_PHASE_STRIP = YES; |
704 | 719 | FRAMEWORK_SEARCH_PATHS = ( |
705 | 720 | "$(inherited)", |
|
0 commit comments