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 4dd70594cc
commit 9957f8f59a
14 changed files with 19 additions and 123 deletions

View File

@@ -853,7 +853,7 @@ TableViewSectionsDelegate>
- (void)displayComingSoon
{
[[AppDelegate theDelegate] showAlertWithTitle:nil message:[VectorL10n securitySettingsComingSoon:InfoPlist.cfBundleDisplayName :InfoPlist.cfBundleDisplayName]];
[[AppDelegate theDelegate] showAlertWithTitle:nil message:[VectorL10n securitySettingsComingSoon:AppInfo.current.displayName :AppInfo.current.displayName]];
}