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

前端 未结 7 798
轻奢々
轻奢々 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 01:01

    Go to Project -> Edit Project Settings -> Select Build tab -> look for productName in packaging category.Change it to what you want.

    Same way Change it in Edit Active Target Settings.

提交回复
热议问题