简体   繁体   English

我想将我的xcode项目另存为基本模板,以便从其他模板中构建其他代码?

[英]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. 我已经在我的xcode项目中添加了一些基本功能,但是还有更多功能要添加,就功能1、2、3和4而言。所以我想制作我的项目的四个副本来处理每个功能而不是依次处理一个项目中的所有功能。 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. 恕我直言,处理4个单独副本的想法是错误的。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从1 xcode项目中保存所有构建设置并在其他xcode项目中使用它们? - How can I save all my build settings from 1 xcode project and use them on other xcode projects? 如果我正在使用情节提要,并且偶尔想在所有其他视图上显示一个视图,该如何构建? - If I'm using Storyboards and want to present one view atop all my others occasionally, how do I build it? 如果要以zip格式发送框架,如何在我的xcode项目中包含框架 - How do I include a framework in my xcode project if I want to send it as zip 如何使用Xcode4项目模板将文件添加到Copy Bundle Resources构建阶段 - How do I add files to the Copy Bundle Resources build phase with an Xcode4 Project Template 我有4个不同的xcode项目。我想从一个项目调用不同项目的viewcontroller。我怎么能这样做 - I have 4 different xcode projects.i want to call viewcontroller of different project from one single project.How can i do this 将第三方框架导入Xcode 6 –如何将其保存到项目中? - Importing a third party framework into Xcode 6 – how do I save it to my project? 将xCode项目从一台计算机转移到另一台计算机后,为什么不能构建它? - Why can't I build my xCode project after transferring it from one computer to another? 如何使用Swift 2.3而不是Xcode 8中的Swift 3来构建项目? - How do I use Swift 2.3 to build my project instead of Swift 3 in Xcode 8? 如何在我的Xcode项目构建中隐藏/保护API密钥? - How can I hide/protect API keys in my Xcode project build? 我是否需要使用Mac App Store上可用的最新Xcode版本来构建项目以进行提交,还是可以使用旧版本? - Do I need to build my project with the latest available version of Xcode available on the Mac App Store for submission or can I use the older version
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM