简体   繁体   中英

i want to save my xcode project as a base template to build others from how can i do this?

I have added some base functionality to my xcode project but have more functionality to add, and in the sense of functionality 1, 2, 3 and 4. So I would like to take make four copies of my project to work on each piece of functionality rather than work on all functionality in the one project serially. Can anyone tell me the best thing to do?

使用Git仓库,将您的项目分叉到4个分支中。

You could just use a version control system which will give you the benefits of working on individual parts of your program along with a simple way to bring them all together.

The idea of working on 4 individual copies is ill-conceived IMHO.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM