Which files in iOS xcode project should we version on bzr server for version control? And how to properly pull the project on another mac?
Or simply in other words, what files are needed to export a project from one mac to another?
In addition to your code and media files, the main thing you need for Xcode itself is the project.pbxproj
file inside the .xcodeproj
package.