This question partially addresses my question, but not enough for my Xcode 4 needs.
I really do not understand the structure of .xcodeproj, but it is clear that not everything should be in SVN. I previously only performed MyProject.xcodeproc / project.pbxproj, but another developer allocated a whole stack of files - adding the xcuserdata and project.xcworkspace subdirectories, which contain many files named _xxx.
For xcode4, is there a specific list of files that should actually be considered a βprojectβ and be in the source code management system of several developers, and which files should not be for the user?
source share