i would like to know wether it’s possible to change the bundle display name of an app by for example. changing a preprocessor macro.
This would be helpful if you need different versions of your app, just to differentiate on your iphone’s homescreen.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you cannot set the
CFBundleDisplayNameprogramatically, however if your application is localized you could set differentCFBundleDisplayNamevalues for each language what are in your localization list.if you upload a new version to the AppStore, theoretically you can change a
CFBundleDisplayNamefor each new version. if you are lucky, the Apple won’t complain it.