开发者

Copying a working app and removing and renaming things to make a new app?

I now have a bunch of finished apps. This new app that I'm making has the same structure, a couple tabs less. Can I save time by copying the project folder and somehow 'unhook it' from开发者_如何学Python the previous paths etc, and rename viewcontroller names etc?

What steps do I take to ensure it's entirely decoupled from the finished app?


a "safe" way could be this:

you can create a new project in xcode and open the old project, then drag and drop files/class/resources directly in xCode from the old project to the new one, be sure to select the "copy items into destination group's folder (if needed)" button... xCode will copy all files in the new project folder for you...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜