what is the best method to rename project name in

2019-05-30 10:57发布

what is a straight forward method or any to rename a project name (project name, virtual project folder name, physical project folder name.. etc) from Xcode 5 ?

1条回答
Emotional °昔
2楼-- · 2019-05-30 11:33
  • First close xCode
  • Copy your Project folder (in my case called FirstName) to Desktop
  • Rename the Project folder (in my case SecondName)
  • Now open the new Project folder and start xCode by clicking the .xcodeproj file
  • Change the Name of the app in the left top corner by double clicking it slowly:

rename app

  • Rename everything they recommend

enter image description here

  • Save and close xCode
  • Put the renamed Project folder back in your xCode Projects folder and you are done!
查看更多
登录 后发表回答