From 67655f09b1de1bfe4d2d0114d32d7e368ac338e3 Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Sat, 20 Oct 2018 16:05:04 +0200 Subject: [PATCH] MacGui: add a en.lproj folder to HandBrakeKit.framework. --- macosx/HandBrake.xcodeproj/project.pbxproj | 2 ++ macosx/HandBrakeKit/en.lproj/InfoPlist.strings | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 macosx/HandBrakeKit/en.lproj/InfoPlist.strings 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 = ""; }; A95BC1E51CD2548A008D6A33 /* volHighTemplate.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = volHighTemplate.pdf; sourceTree = ""; }; A95BC1E61CD2548A008D6A33 /* volLowTemplate.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = volLowTemplate.pdf; sourceTree = ""; }; + A95CB2FB217B6D07001E9F51 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; A9637D8920F7A252001EAE7C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = ""; }; A9637D9120F7A252001EAE7C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/HBEncodingProgressHUDController.strings; sourceTree = ""; }; A9637D9220F7A252001EAE7C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/HBTitleSelection.strings; sourceTree = ""; }; @@ -2060,6 +2061,7 @@ isa = PBXVariantGroup; children = ( A9B6B9F0217B408E00B957AE /* de */, + A95CB2FB217B6D07001E9F51 /* en */, ); name = InfoPlist.strings; sourceTree = ""; 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)"; + -- 2.40.0