what is the best method to rename project name in every where from Xcode 5?

人走茶凉 提交于 2019-12-08 07:39:21

问题


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:


  • 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 everything they recommend

  • Save and close xCode
  • Put the renamed Project folder back in your xCode Projects folder and you are done!


来源:https://stackoverflow.com/questions/24031576/what-is-the-best-method-to-rename-project-name-in-every-where-from-xcode-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!