I'm working with Cornerstone for versioning Xcode projects (among others).
I'm trying to figure out what files in my working copy should be ignored so I can work with other teammates on the same project, without loosing certificates, provisioning profiles, ...
Several developers need to be able to compile the same project for distribution.
I realize there are very similar questions out there already but I couldn't find enough justifications for the answers I've read.
I have not figured out how to manage the project.pbxproj for example. This file contains information about the project and the developer it seems...
Also, should I define global ignores on the SVN client or server?? I'm quite new to versioning so I'm sorry if my questions seem trivial.
Any help will be much appreciated. I'm looking for explanations more than pre-made answers.
Something like this https://stackoverflow.com/a/12021580/1491212 but adapted for SVN is what I seek...