cfbundledisplayname Questions
3
Solved
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 w...
Severalty asked 27/8, 2014 at 13:22
6
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 spec...
Reprobative asked 21/9, 2017 at 7:16
1
Solved
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 : CFBu...
Yodel asked 30/3, 2016 at 14:29
0
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?
Losel asked 11/1, 2016 at 6:5
1
© 2022 - 2024 — McMap. All rights reserved.