简体   繁体   English

XCode,iPhone项目为SVN

[英]XCode, iPhone Project an SVN

while coding a little iPhone App with a friend, we decided to use Subversion to share the code. 在与朋友一起编写一个小小的iPhone App时,我们决定使用Subversion共享代码。 While doing that, we found some small annoyances but I#m sure they are a result of our lack of experience with iPhone Projects and SVN. 这样做的时候,我们发现了一些小烦恼,但我确定这是我们缺乏iPhone项目和SVN经验的结果。 While this is only a fun and learning Project, both of us have there own provisioning profile and if I check my Code changes in the Project File (.pbxuser )is for my user and vice versa. 虽然这只是一个有趣且可学习的项目,但我们俩都有自己的配置文件,如果我检查项目文件(.pbxuser)中的代码更改,则是针对我的用户的,反之亦然。 How do we work correctly with svn so that either of us can use their provisioning Profile? 我们如何正确使用svn,以便我们中的任何人都可以使用他们的配置文件?

Thank you 谢谢

twickl wick

Don't check in *.pbxuser or build (I add them to svn:ignore). 不要签入* .pbxuser或进行构建(我将它们添加到svn:ignore)。

Set the provisioning profile selection to one of the "automatic" options. 将供应配置文件选择设置为“自动”选项之一。

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

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