Fixes #4881 - Using the bundle display name as the app name in localizable .strings files. Exposing generated .strings and info.plist members to Objective-C.

This commit is contained in:
Stefan Ceriu
2021-09-22 14:10:16 +03:00
parent eba9b1c65c
commit cc8b6a8d75
32 changed files with 1696 additions and 1663 deletions

View File

@@ -121,7 +121,7 @@ final class MajorUpdateViewController: UIViewController {
self.disclosureImageView.image = Asset.Images.disclosureIcon.image
self.newLogoImageView.image = Asset.Images.launchScreenLogo.image
self.titleLabel.text = VectorL10n.majorUpdateTitle
self.titleLabel.text = VectorL10n.majorUpdateTitle(InfoPlist.cfBundleDisplayName)
self.informationLabel.text = VectorL10n.majorUpdateInformation
self.learnMoreButton.setTitle(VectorL10n.majorUpdateLearnMoreAction, for: .normal)