How do I change the product name within an Xcode project?

前端 未结 7 801
轻奢々
轻奢々 2020-12-14 00:26

I have an application that I would like to be called IFrames. I\'ve named all of the files appropriately (IFramesAppDelegate, etc.), but when I run it in ad hoc mode it sho

7条回答
  •  庸人自扰
    2020-12-14 00:52

    You should check all setting/value in the "Project Info" & "Target Info" Pop-up.

    Another solution, Right-Click on your .xcodeproj, Open the Dir (because it isn't a file), Open all files with text-edit and search/replace what you want :-)

    Good Luck !

提交回复
热议问题