What is the right way to “save as” an iPad project?

柔情痞子 提交于 2019-12-13 03:35:02

问题


I would like to build a new project based upon my existing. Since there are internal names that need to be changed to correspond with the project file names, I don't know the simple way to accomplish this without a mess.


回答1:


Here are steps I have done:

  1. Copy the whole folder of that project and rename the folder to whatever new name you want.
  2. Following the direction in the answer from this SO to change the "product name".

That is it.




回答2:


I would suggest you do NOT "save as" any project. Because to handle two copies of a same code is very very painful.

If you just want give your project a new name or make some new build settings, add a new "target" is good enough.

And if you want to use your existing project in another project, simply add it as a sub-project is a better way.

But just try to avoid to have many copies of one code, it's hard to maintain in the future.



来源:https://stackoverflow.com/questions/7447337/what-is-the-right-way-to-save-as-an-ipad-project

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