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 cc8b6a8d75
commit b41cd1e1a4
14 changed files with 19 additions and 123 deletions
@@ -651,7 +651,7 @@
default:
{
// Because the user didn't allow the app to access local contacts
tableViewCell.textLabel.text = [VectorL10n contactsAddressBookPermissionDenied:InfoPlist.cfBundleDisplayName];
tableViewCell.textLabel.text = [VectorL10n contactsAddressBookPermissionDenied:AppInfo.current.displayName];
break;
}
}