Skip to content

Commit f6c0c77

Browse files
committed
Merge pull request #235 from macvim-dev/fix/drop_10_6_build_support
Drop MacVim build support on OS X 10.6
2 parents b27e281 + 23c23c2 commit f6c0c77

8 files changed

Lines changed: 519 additions & 2898 deletions

File tree

src/MacVim/English.lproj/MainMenu.nib/classes.nib

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/MacVim/English.lproj/MainMenu.nib/designable.nib

Lines changed: 211 additions & 1102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/MacVim/English.lproj/MainMenu.nib/info.nib

Lines changed: 0 additions & 27 deletions
This file was deleted.
-1.96 KB
Binary file not shown.

src/MacVim/English.lproj/Preferences.nib/designable.nib

Lines changed: 276 additions & 1704 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-14.5 KB
Binary file not shown.

src/MacVim/MacVim.xcodeproj/project.pbxproj

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@
6565
1DED78600C6DE43D0079945F /* vimrc in Copy Vim Runtime Files */ = {isa = PBXBuildFile; fileRef = 1DED785F0C6DE43D0079945F /* vimrc */; };
6666
1DFE25A50C527BC4003000F7 /* PSMTabBarControl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D493DB90C52533B00AB718C /* PSMTabBarControl.framework */; };
6767
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, ); }; };
6869
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, ); }; };
6971
8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
7072
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
7173
8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
@@ -94,6 +96,13 @@
9496
remoteGlobalIDString = 8D576316048677EA00EA77CD;
9597
remoteInfo = QuickLookStephen;
9698
};
99+
52818B001C1C084100F59085 /* PBXContainerItemProxy */ = {
100+
isa = PBXContainerItemProxy;
101+
containerPortal = 52818AFA1C1C075300F59085 /* QuickLookStephen.xcodeproj */;
102+
proxyType = 1;
103+
remoteGlobalIDString = 8D57630D048677EA00EA77CD;
104+
remoteInfo = QuickLookStephen;
105+
};
97106
/* End PBXContainerItemProxy section */
98107

99108
/* Begin PBXCopyFilesBuildPhase section */
@@ -114,6 +123,7 @@
114123
dstPath = "";
115124
dstSubfolderSpec = 10;
116125
files = (
126+
52A364761C4A57C1005757EC /* Sparkle.framework in Copy Frameworks */,
117127
1D493DBA0C52534300AB718C /* PSMTabBarControl.framework in Copy Frameworks */,
118128
);
119129
name = "Copy Frameworks";
@@ -132,6 +142,17 @@
132142
name = "Copy Vim Runtime Files";
133143
runOnlyForDeploymentPostprocessing = 0;
134144
};
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+
};
135156
/* End PBXCopyFilesBuildPhase section */
136157

137158
/* Begin PBXFileReference section */
@@ -445,14 +466,15 @@
445466
8D11072E0486CEB800E47090 /* Frameworks */,
446467
1D0DCAD80BA3604D00B6CCFA /* Copy Executables */,
447468
1D9EB2840C366D7B0074B739 /* Copy Frameworks */,
469+
52818B021C1C088000F59085 /* Copy QuickLookPlugin */,
448470
1DE608B80C58807F0055263D /* Copy Vim Runtime Files */,
449471
1D1C31F00EFFBFD6003FE9A5 /* Make Document Icons */,
450-
520E0E2B1C2FBAF300949DD8 /* ShellScript */,
451472
);
452473
buildRules = (
453474
);
454475
dependencies = (
455476
1D493DCD0C5254A400AB718C /* PBXTargetDependency */,
477+
52818B011C1C084100F59085 /* PBXTargetDependency */,
456478
);
457479
name = MacVim;
458480
productInstallPath = "$(HOME)/Applications";
@@ -576,20 +598,6 @@
576598
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";
577599
showEnvVarsInLog = 0;
578600
};
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-
};
593601
/* End PBXShellScriptBuildPhase section */
594602

595603
/* Begin PBXSourcesBuildPhase section */
@@ -627,6 +635,11 @@
627635
name = PSMTabBarControlFramework;
628636
targetProxy = 1D493DCC0C5254A400AB718C /* PBXContainerItemProxy */;
629637
};
638+
52818B011C1C084100F59085 /* PBXTargetDependency */ = {
639+
isa = PBXTargetDependency;
640+
name = QuickLookStephen;
641+
targetProxy = 52818B001C1C084100F59085 /* PBXContainerItemProxy */;
642+
};
630643
/* End PBXTargetDependency section */
631644

632645
/* Begin PBXVariantGroup section */
@@ -668,6 +681,7 @@
668681
C01FCF4B08A954540054247B /* Debug */ = {
669682
isa = XCBuildConfiguration;
670683
buildSettings = {
684+
COMBINE_HIDPI_IMAGES = YES;
671685
COPY_PHASE_STRIP = NO;
672686
FRAMEWORK_SEARCH_PATHS = (
673687
"$(inherited)",
@@ -700,6 +714,7 @@
700714
C01FCF4C08A954540054247B /* Release */ = {
701715
isa = XCBuildConfiguration;
702716
buildSettings = {
717+
COMBINE_HIDPI_IMAGES = YES;
703718
COPY_PHASE_STRIP = YES;
704719
FRAMEWORK_SEARCH_PATHS = (
705720
"$(inherited)",

src/MacVim/PSMTabBarControl/PSMTabBarControl.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@
583583
C056398008A954F8003078D8 /* Debug */ = {
584584
isa = XCBuildConfiguration;
585585
buildSettings = {
586+
COMBINE_HIDPI_IMAGES = YES;
586587
COPY_PHASE_STRIP = NO;
587588
DYLIB_COMPATIBILITY_VERSION = 1;
588589
DYLIB_CURRENT_VERSION = 1;
@@ -608,6 +609,7 @@
608609
C056398108A954F8003078D8 /* Release */ = {
609610
isa = XCBuildConfiguration;
610611
buildSettings = {
612+
COMBINE_HIDPI_IMAGES = YES;
611613
DYLIB_COMPATIBILITY_VERSION = 1;
612614
DYLIB_CURRENT_VERSION = 1;
613615
FRAMEWORK_VERSION = A;

0 commit comments

Comments
 (0)