Skip to content

Commit e9b4add

Browse files
committed
Removed empty English.lproj/InfoPlist.strings from disk and from xcode project, because it throws warnings in latest Xcodes ('English' -> 'en') and does nothing useful.
1 parent 3668183 commit e9b4add

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

English.lproj/InfoPlist.strings

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

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@
159159
88F6D9FA1320467100CC0BA8 /* GTCommit.h in Headers */ = {isa = PBXBuildFile; fileRef = BD6C22A41314609A00992935 /* GTCommit.h */; settings = {ATTRIBUTES = (Public, ); }; };
160160
88F6D9FB1320467500CC0BA8 /* GTObject.h in Headers */ = {isa = PBXBuildFile; fileRef = BD6C22A71314625800992935 /* GTObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
161161
88F6D9FC1320467800CC0BA8 /* GTSignature.h in Headers */ = {isa = PBXBuildFile; fileRef = BD6C254313148DC900992935 /* GTSignature.h */; settings = {ATTRIBUTES = (Public, ); }; };
162-
8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; };
163162
8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; };
164163
AA046112134F4D2000DF526B /* GTOdbObject.h in Headers */ = {isa = PBXBuildFile; fileRef = AA046110134F4D2000DF526B /* GTOdbObject.h */; settings = {ATTRIBUTES = (Public, ); }; };
165164
AA046114134F4D2000DF526B /* GTOdbObject.m in Sources */ = {isa = PBXBuildFile; fileRef = AA046111134F4D2000DF526B /* GTOdbObject.m */; };
@@ -452,7 +451,6 @@
452451
/* End PBXCopyFilesBuildPhase section */
453452

454453
/* Begin PBXFileReference section */
455-
089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
456454
1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
457455
200578C418932A82001C06C3 /* GTBlameSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTBlameSpec.m; sourceTree = "<group>"; };
458456
2089E43B17D9A58000F451DA /* GTTagSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTTagSpec.m; sourceTree = "<group>"; };
@@ -777,7 +775,6 @@
777775
isa = PBXGroup;
778776
children = (
779777
8DC2EF5A0486A6940098B216 /* Info.plist */,
780-
089C1666FE841158C02AAC07 /* InfoPlist.strings */,
781778
);
782779
name = Resources;
783780
sourceTree = "<group>";
@@ -1342,7 +1339,6 @@
13421339
isa = PBXResourcesBuildPhase;
13431340
buildActionMask = 2147483647;
13441341
files = (
1345-
8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */,
13461342
);
13471343
runOnlyForDeploymentPostprocessing = 0;
13481344
};
@@ -1680,17 +1676,6 @@
16801676
};
16811677
/* End PBXTargetDependency section */
16821678

1683-
/* Begin PBXVariantGroup section */
1684-
089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
1685-
isa = PBXVariantGroup;
1686-
children = (
1687-
089C1667FE841158C02AAC07 /* English */,
1688-
);
1689-
name = InfoPlist.strings;
1690-
sourceTree = "<group>";
1691-
};
1692-
/* End PBXVariantGroup section */
1693-
16941679
/* Begin XCBuildConfiguration section */
16951680
1DEB91AE08733DA50010E9CD /* Debug */ = {
16961681
isa = XCBuildConfiguration;

0 commit comments

Comments
 (0)