summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2018-10-20 16:05:04 +0200
committerDamiano Galassi <[email protected]>2018-10-20 16:05:04 +0200
commit67655f09b1de1bfe4d2d0114d32d7e368ac338e3 (patch)
tree684ce0a136611d98c5479ce350765aac08bae18e /macosx
parentf1df20e98b90921a32484504ac62af2aa72a3917 (diff)
MacGui: add a en.lproj folder to HandBrakeKit.framework.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/HandBrake.xcodeproj/project.pbxproj2
-rw-r--r--macosx/HandBrakeKit/en.lproj/InfoPlist.strings3
2 files changed, 5 insertions, 0 deletions
diff --git a/macosx/HandBrake.xcodeproj/project.pbxproj b/macosx/HandBrake.xcodeproj/project.pbxproj
index 0de1deade..182cbd0b2 100644
--- a/macosx/HandBrake.xcodeproj/project.pbxproj
+++ b/macosx/HandBrake.xcodeproj/project.pbxproj
@@ -504,6 +504,7 @@
A9597A291A49749D00007771 /* HBRange+UIAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "HBRange+UIAdditions.m"; sourceTree = "<group>"; };
A95BC1E51CD2548A008D6A33 /* volHighTemplate.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = volHighTemplate.pdf; sourceTree = "<group>"; };
A95BC1E61CD2548A008D6A33 /* volLowTemplate.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = volLowTemplate.pdf; sourceTree = "<group>"; };
+ A95CB2FB217B6D07001E9F51 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
A9637D8920F7A252001EAE7C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
A9637D9120F7A252001EAE7C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/HBEncodingProgressHUDController.strings; sourceTree = "<group>"; };
A9637D9220F7A252001EAE7C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/HBTitleSelection.strings; sourceTree = "<group>"; };
@@ -2060,6 +2061,7 @@
isa = PBXVariantGroup;
children = (
A9B6B9F0217B408E00B957AE /* de */,
+ A95CB2FB217B6D07001E9F51 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
diff --git a/macosx/HandBrakeKit/en.lproj/InfoPlist.strings b/macosx/HandBrakeKit/en.lproj/InfoPlist.strings
new file mode 100644
index 000000000..bbcf8f904
--- /dev/null
+++ b/macosx/HandBrakeKit/en.lproj/InfoPlist.strings
@@ -0,0 +1,3 @@
+/* Bundle name */
+"CFBundleName" = "$(PRODUCT_NAME)";
+