Fixes #4881 - Replaced InfoPlist.cfBundleDisplayName with AppInfo.current.displayName and removed the now unused InfoPlist generated class.

This commit is contained in:
Stefan Ceriu
2021-09-22 16:59:47 +03:00
parent c69d364ad1
commit f9a4178f2a
14 changed files with 19 additions and 123 deletions
@@ -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(InfoPlist.cfBundleDisplayName)
self.titleLabel.text = VectorL10n.majorUpdateTitle(AppInfo.current.displayName)
self.informationLabel.text = VectorL10n.majorUpdateInformation
self.learnMoreButton.setTitle(VectorL10n.majorUpdateLearnMoreAction, for: .normal)