从命令行创建 XCode 项目?
我的办公桌上每小时都会收到一个新项目。它们都遵循非常严格的格式,因此每次从头开始创建一个新项目并不是非常困难,但这是我应该能够通过仅构建和构建整个项目的脚本来完成的事情。如果将其自动化,将为我节省大量时间。
实际的构建已经由自动化的脚本系统完成。我只需要能够在每次进行构建时从头开始或从模板构建项目。
I get a new project coming across my desk on an hourly basis. They all adhere to a very strict format, so it isn't terribly difficult to create a new project from scratch every time, but it is something that I should be able to do from a script that just constructs and builds the entire project. It would save me a helluva lot of time to have this automated.
The actual build is already done by automated, scripted systems. I just need to be able to build the project - either from scratch or from a template - each time I go to do the build.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Rucola 对 RubyCocoa 应用程序做了类似的事情。您可以修改它或对您需要的项目结构使用相同的技术。
Rucola does something like this for RubyCocoa applications. You may be able to modify it or use the same techniques for the project structure you need.