Hey guys.
Most apps have one info.plist file, and some apps have two info.plist files for example Translate Google
One is main and Tow is varies by device language
you should change String in two files info.plist and InfoPlist.strings in name.app and then change String CFBundleDisplayName to you want.
I will explain changing name of Translate Google to iZONATrans
go to this path Payload/Translate.app/info.plist
and this path Payload/Translate.app/en.lproj/InfoPlist.strings
and open with any text editor, change String of CFBundleDisplayName
**note
**if your device Arabic language go to ar.lproj or your device Spanish language go to es.lproj. Like that
and change name to iZONATrans and save
zip file Payload/Translate.app and change name app.zip to app.ipa and install on your divaice
see ⬇︎⬇︎
GoodLuck