Xcode 7: ignore .xcscmblueprint in repository?

zavié picture zavié · Jul 23, 2015 · Viewed 16.7k times · Source

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.

Answer

Ewan Mellor picture Ewan Mellor · Jul 27, 2015

I'm gitignoring them, for exactly the same reason as .xccheckout.

GitHub's maintained .gitignore added that too, for both Objective-C and Swift. https://github.com/github/gitignore