Skip to content

Commit a3290f0

Browse files
committed
Merged in changes where I delete InfoPlist.string.
2 parents e9b4add + 249b64c commit a3290f0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@
590590
BDFAF9C2131C1845000508BC /* GTIndex.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTIndex.m; sourceTree = "<group>"; };
591591
BDFAF9C7131C1868000508BC /* GTIndexEntry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTIndexEntry.h; sourceTree = "<group>"; };
592592
BDFAF9C8131C1868000508BC /* GTIndexEntry.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = GTIndexEntry.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
593+
C9088CC322B98E8300DB4A02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
593594
D00F6815175D373C004DB9D6 /* GTReferenceSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTReferenceSpec.m; sourceTree = "<group>"; };
594595
D015F7C817F695E800AD5E1F /* GTRepository+Stashing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTRepository+Stashing.h"; sourceTree = "<group>"; };
595596
D015F7C917F695E800AD5E1F /* GTRepository+Stashing.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GTRepository+Stashing.m"; sourceTree = "<group>"; };
@@ -1300,14 +1301,14 @@
13001301
};
13011302
buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "ObjectiveGitFramework" */;
13021303
compatibilityVersion = "Xcode 3.2";
1303-
developmentRegion = English;
1304+
developmentRegion = en;
13041305
hasScannedForEncodings = 1;
13051306
knownRegions = (
1306-
English,
1307-
Japanese,
1308-
French,
1309-
German,
13101307
en,
1308+
ja,
1309+
fr,
1310+
de,
1311+
Base,
13111312
);
13121313
mainGroup = 0867D691FE84028FC02AAC07 /* ObjectiveGitFramework */;
13131314
productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;

0 commit comments

Comments
 (0)