I noticed that Xcode 7 creates a new .xcscmblueprint
file in the xcshareddata
folder. Will it be always auto generated? Should this file be added to the ignore list of the repository, or should it be checked in into repository?
Xcode 6 has the .xccheckout
file, I've always gitignore'd that file.