开发者

How to change the name of the iPhone Application?

This question has been asked before and I did followed the开发者_JS百科 instructions but my application crashed. I want to change my application name before deployment. I clicked on Project and then selected rename. Everything got renamed. When I ran the application the application crashed. I think it was because the app was not able to locate the images and sound files from the resources folder.

What is the recommended way of performing the rename to the application?


Do you want to change the name of your xcode project? This is difficult, but not impossible. If the end result you are trying to achieve is to name your app differently, just set the display name for it in the Info.plist


Just add CFBundleDisplayName = "Your name"; in your InfoPlist.strings file. This will enable you to localized the app name.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜