Skip to content

Commit 249b64c

Browse files
authored
Merge pull request #695 from Uncommon/localization
Do Xcode's recommended localization naming updates
2 parents 3668183 + d14f598 commit 249b64c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ObjectiveGitFramework.xcodeproj/project.pbxproj

+7-7
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@
452452
/* End PBXCopyFilesBuildPhase section */
453453

454454
/* Begin PBXFileReference section */
455-
089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
456455
1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
457456
200578C418932A82001C06C3 /* GTBlameSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTBlameSpec.m; sourceTree = "<group>"; };
458457
2089E43B17D9A58000F451DA /* GTTagSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTTagSpec.m; sourceTree = "<group>"; };
@@ -592,6 +591,7 @@
592591
BDFAF9C2131C1845000508BC /* GTIndex.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTIndex.m; sourceTree = "<group>"; };
593592
BDFAF9C7131C1868000508BC /* GTIndexEntry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTIndexEntry.h; sourceTree = "<group>"; };
594593
BDFAF9C8131C1868000508BC /* GTIndexEntry.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = GTIndexEntry.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
594+
C9088CC322B98E8300DB4A02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
595595
D00F6815175D373C004DB9D6 /* GTReferenceSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTReferenceSpec.m; sourceTree = "<group>"; };
596596
D015F7C817F695E800AD5E1F /* GTRepository+Stashing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTRepository+Stashing.h"; sourceTree = "<group>"; };
597597
D015F7C917F695E800AD5E1F /* GTRepository+Stashing.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GTRepository+Stashing.m"; sourceTree = "<group>"; };
@@ -1303,14 +1303,14 @@
13031303
};
13041304
buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "ObjectiveGitFramework" */;
13051305
compatibilityVersion = "Xcode 3.2";
1306-
developmentRegion = English;
1306+
developmentRegion = en;
13071307
hasScannedForEncodings = 1;
13081308
knownRegions = (
1309-
English,
1310-
Japanese,
1311-
French,
1312-
German,
13131309
en,
1310+
ja,
1311+
fr,
1312+
de,
1313+
Base,
13141314
);
13151315
mainGroup = 0867D691FE84028FC02AAC07 /* ObjectiveGitFramework */;
13161316
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
@@ -1684,7 +1684,7 @@
16841684
089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
16851685
isa = PBXVariantGroup;
16861686
children = (
1687-
089C1667FE841158C02AAC07 /* English */,
1687+
C9088CC322B98E8300DB4A02 /* en */,
16881688
);
16891689
name = InfoPlist.strings;
16901690
sourceTree = "<group>";
File renamed without changes.

0 commit comments

Comments
 (0)