简体   繁体   English

Xcode4 中的项目组织

[英]Project organization in Xcode4

How do you organize your Xcode4 projects?你如何组织你的 Xcode4 项目?

  1. With reference to groups/directories in Xcode vs. on Disk参考 Xcode 与磁盘上的组/目录
  2. With reference to SCM (I'm using Subversion for my projects)参考 SCM(我的项目使用 Subversion)

I'm looking for something similar to this (which is for Xcode3).我正在寻找与此类似的东西(适用于 Xcode3)。

Marking marcus's comment as the answer:将马库斯的评论标记为答案:

Actually you can take the information from your link and go ahead using the same approach on Xcdoe4 projects.实际上,您可以在 Xcdoe4 项目上使用相同的方法从您的链接和 go 中获取信息。 There is not big difference when it comes to disk location and SCM.在磁盘位置和 SCM 方面没有太大区别。 Besides this I more prefer a module-wise organisation (so Controller, View, Model classes used within the Controller all go into one subdir) Besides this I more prefer a module-wise organisation (so Controller, View, Model classes used within the Controller all go into one subdir)

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

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