From 913e5e81b69c95fb7793a7069d66cf721202b49f Mon Sep 17 00:00:00 2001 From: Yee Cheng Chin Date: Fri, 2 Oct 2020 19:12:15 -0700 Subject: [PATCH] Fix Xcode project file to only require Xcode 6.3 Previously the objectVersion in the pbxproj file was erroneously changed from 46 to 54 (in fcd579756) as the Xcode editor automatically changed that. Fix this by manually change it back to an older version, but change it to 47 instead as that covers all the way up to Xcode 6.3 which is definitely old enough to be backward compatible. In the future will need to look into ways to lock that in place to prevent accidental changes. Fix #1100 --- src/MacVim/MacVim.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MacVim/MacVim.xcodeproj/project.pbxproj b/src/MacVim/MacVim.xcodeproj/project.pbxproj index 593884c6f3..729c230092 100644 --- a/src/MacVim/MacVim.xcodeproj/project.pbxproj +++ b/src/MacVim/MacVim.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 54; + objectVersion = 47; objects = { /* Begin PBXBuildFile section */ @@ -884,7 +884,7 @@ LastUpgradeCheck = 0710; }; buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MacVim" */; - compatibilityVersion = "Xcode 3.2"; + compatibilityVersion = "Xcode 6.3"; developmentRegion = English; hasScannedForEncodings = 1; knownRegions = (