简体   繁体   中英

XCode, iPhone Project an SVN

while coding a little iPhone App with a friend, we decided to use Subversion to share the code. 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. 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. How do we work correctly with svn so that either of us can use their provisioning Profile?

Thank you

twickl

Don't check in *.pbxuser or build (I add them to svn:ignore).

Set the provisioning profile selection to one of the "automatic" options.

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