What xcode project files should be added to the version control system

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?

+6
source share

Source: https://habr.com/ru/post/949535/


All Articles