cfbundledisplayname

Different app-name depending on configuration when app-name is localized in InfoPlist.strings

江枫思渺然 提交于 2019-12-20 12:36:15
问题 We use a setup with different plists for each configuration. Like this: Target-Info-Dev.plist, Target-Info-Beta.plist... This way our configurations could have their own CFBundleDisplayName, and we can differentiate builds by app-name on device. Like this: "DEV Appname", "BETA Appname"... However, now we are required to localize the app-name. We have done this by creating a localized InfoPlist.strings for each target: "CFBundleDisplayName" = "<localized-appname>"; "CFBundleName" = "<localized

Could not localize iOS app bundle display name

佐手、 提交于 2019-12-18 09:12:03
问题 I have followed the answers to some SO question to localize my app's name. InfoPlist.strings (Base): CFBundleDisplayName = "Name In English"; CFBundleName = "Name In English"; InfoPlist.strings (Arabic (Saudi Arabia)): CFBundleDisplayName = "Name In Arabic"; CFBundleName = "Name In Arabic"; I have also tried adding quotation marks around CFBundleDisplayName and CFBundleName InfoPlist.strings file is located at the root directory of my app.next to Info.plist file, but after localized, it was

Could not localize iOS app bundle display name

回眸只為那壹抹淺笑 提交于 2019-11-29 16:23:44
I have followed the answers to some SO question to localize my app's name. InfoPlist.strings (Base): CFBundleDisplayName = "Name In English"; CFBundleName = "Name In English"; InfoPlist.strings (Arabic (Saudi Arabia)): CFBundleDisplayName = "Name In Arabic"; CFBundleName = "Name In Arabic"; I have also tried adding quotation marks around CFBundleDisplayName and CFBundleName InfoPlist.strings file is located at the root directory of my app.next to Info.plist file, but after localized, it was moved to Base.lproj dir and ar-SA.lproj dir. However, my app is not using the localized name under its

Bundle display name missing space characters

喜你入骨 提交于 2019-11-27 15:40:19
问题 When I give Bundle display name with space as "A B C D", I get the app name as "ABCD". This happens only on the iOS 11.I tried override name"CFBundleDisplayName" in my InfoPlist.string and use special unicode character \U00A0 (No-break space) and it doesn't help me. 回答1: I have the same issue. Only on iOS 11. On lower iOS version this issue isn't appeared. I resolved this with: Open info.plist as Source code(right click, open as...) Find CFBundleDisplayName Replace normal space with unicode