开发者

Renaming a Mac OS X App

I want to rename the app I'm working on. I have changed the Bundle Name to the new name and I've also renamed the whol开发者_运维问答e Xcode project. But for some reason the the .app file has the original name. Is there something I'm missing?

Thank you in advance! :)


Have you checked the Product Name under Packaging in Build Settings for the target?

By default it is set to the target name, but you can set it to what you want.

You may need to manually edit various items in the menus in MainMenu.xib, too.


Try cleaning and rebuilding the project. But also make sure the CFBundleDisplayName isn't set to the old name in Info.plist. You might also try searching your build settings for the name just to make sure.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜