Reputation: 25099
According to svnX, there is a file, named "userinterfacestate.xcuserstate" which has been changed, I can't see it from within xcode. Should I commit this change? If I don't commit, will it crash other people code when they update with my code?
Upvotes: 2
Views: 1577
Reputation: 880
You can see this file if you right click your project file and choose "Show Package Contents".
I think this is a workspace related file (like .pbxuser & others) and you can simply ignore this in your commits.
Upvotes: 4