Questions tagged [cfbundledisplayname]

25 questions
36
votes
6 answers

Bundle display name missing space characters

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…
Mai Quân Nguyễn
  • 369
  • 1
  • 3
  • 5
13
votes
3 answers

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

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.…
6
votes
1 answer

Set: Cannot Perform Set On Containers

I am trying to update CFBundleName & CFBundleDisplayName in Info.plist using PlistBuddy /usr/libexec/PlistBuddy -c "Set : CFBundleName test" info.plist /usr/libexec/PlistBuddy -c "Set : CFBundleDisplayName test" info.plist It works perfectly when…
Durai Amuthan.H
  • 31,670
  • 10
  • 160
  • 241
6
votes
0 answers

how to localize iOS app bundle display name using xcconfig?

I know how to localize app bundle display name in InfoPlist.strings. But I want to change my bundle display name by xcconfig files for different configurations, so is it possible to localize it?
codiction
  • 581
  • 5
  • 15
5
votes
2 answers

How can i change VoiceOver's pronunciation of my app?

When VoiceOver is on, i'd like to control the way my app is pronounced. For example, if my app is named "BLOT" , currently pronounced "BLAUGHT" - my desired pronounciation would be "BLOAT". I'is this possible? I've did my research and found that…
3254523
  • 3,016
  • 7
  • 29
  • 43
4
votes
1 answer

How to localize Watch OS 2 app name in Watch settings app on iPhone

I am trying to localize my Watch OS 2 app name in Watch settings app on iPhone. The name can be changed in Info.plist file in watchKit app target under CFBundleDisplayName key. But when I add key CFBundleDisplayName to my localized InfoPlist.strings…
Roman
  • 949
  • 7
  • 16
3
votes
4 answers

getting the name of the application

I have a lite and a full version and want them to work with different configuration Files. Now I need to query, within the application, if the application name has "lite" in it and load the coresponding config-file I havent found how to do it. Any…
HeikoG
  • 1,793
  • 1
  • 20
  • 29
3
votes
1 answer

iOS: Bundle Display Name

I have a strange behavior with the bundle display name of my App. If I set the BundleDisplayName to "Foo.App" (My App must contain the .App in the name) then the App is called: "Foo.App.app". And if I add a blank space "Foo.App " to the bundle…
netshark1000
  • 7,245
  • 9
  • 59
  • 116
3
votes
2 answers

Spanish accent in BundleDisplayName

I need add an spanish accent in the Bundle Display Name but I get this result in screenshot above in devices and simulator. The problem is the accent was moved over the wrong letter (the word must be show "Caligrafía" not the accent over the "f" as…
Beto
  • 3,438
  • 5
  • 30
  • 37
2
votes
1 answer

Error while running Fastlane resign command Print: Entry, ":CFBundleDisplayName", Does Not Exist

When I am trying to resign the unsigned IPA file, I am facing below issue while running below fastlane command. I am also using "CFBundleDisplayName" key and string in info.plist file Command: fastlane sigh resign
git4Ravi
  • 21
  • 1
2
votes
1 answer

Space in CFBundleDisplayName with plutil

I am trying to rename my CFBundleDisplayName using plutil on my build server. Here is part of the bash script that I am running. BUNDLE_DISPLAY_NAME='MY'" "'APP' plutil -replace CFBundleDisplayName -string "$BUNDLE_DISPLAY_NAME"…
ssmsexe
  • 209
  • 2
  • 4
  • 10
2
votes
1 answer

Could not localize iOS app bundle display name

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…
malhobayyeb
  • 2,725
  • 11
  • 57
  • 91
1
vote
0 answers

Siri reading CFBundleName instead of CFBundleDisplayName when using INSendPaymentIntent

We are facing some weird case when sending money via Siri, as it doesn't spell the app name defined in CFBundleDisplayName, so it does the one defined in CFBundleName on iOS > 14.0 First let me introduce the scenario to reproduce this. Have 2+ Apps…
hardlinkin
  • 101
  • 1
  • 8
1
vote
1 answer

How do I change the display name of an independant watchOS app?

I've tried changing the Display Name, the Bundle Name, and the Product Name but nothing seems to work. Every answer I've seen on here is referring to watch apps that have an iOS counterpart, not standalone independent watch apps.
1
vote
0 answers

Changed iOS App name using InfoPlist localisation

I want to change the app name irrespective of the target name because each time I need to change the app name I have to change the target name and I need to do pod install so I found a solution i.e. change the Product Name under Packaging. I have…
Anirudha Mahale
  • 2,526
  • 3
  • 37
  • 57
1
2