From a7d2f19e6b77330e27f03a446093700df74b652d Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Sat, 16 Oct 2010 17:18:07 +0000 Subject: [PATCH] Xcode keeps modifying the project file and I don't know how to ignore the change; just commit it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116673 91177308-0d34-0410-b5e6-96231b3b80d8 --- clang.xcodeproj/project.pbxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/clang.xcodeproj/project.pbxproj b/clang.xcodeproj/project.pbxproj index 9c95d0a3de..fa1e24574e 100644 --- a/clang.xcodeproj/project.pbxproj +++ b/clang.xcodeproj/project.pbxproj @@ -2039,6 +2039,7 @@ isa = PBXProject; buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "clang" */; compatibilityVersion = "Xcode 2.4"; + developmentRegion = English; hasScannedForEncodings = 1; knownRegions = ( English, -- 2.50.1