Whenever I check in changes to my OS X app Xcode 4 projects into git, a lot of lines of files like these get changed with practically every commit
.../UserInterfaceState.xcuserstate | 3927 ++++++++++++++++++++
.../test.xcuserdatad/xcschemes/Deployment.xcscheme | 72 +
.../test.xcuserdatad/xcschemes/Hush.xcscheme | 76 +
.../xcschemes/xcschememanagement.plist
Is this stuff necessary to put under version control? The changes to *.xcuserstate clutter up the output of git log -p
so much.
What is an XCSCHEME file? File used by Apple Xcode, an application that helps users develop iOS and Mac OS X applications; contains build, run, test, profile, analyze, and archive configuration information for your project.
Here is a post that describes what can safely be put in the ignore files:
xcodeproj under version control
It looks like you can safely ignore some of them.
Here are a few others posts:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With