Roll back those changes, add a InfoPlist.strings file to your project, localize it and then add the needed keys to it. For example:
"CFBundleDisplayName" = "App display name";
"CFBundleName" = "App bundle name";
Roll back those changes, add a InfoPlist.strings file to your project, localize it and then add the needed keys to it. For example:
"CFBundleDisplayName" = "App display name";
"CFBundleName" = "App bundle name";