Is there a way to use a VCS (I'm using git) and have it work with merges to the Xcode files? For example, if my co-worker adds a new Group to the project, when I merge in his changes, I get the Group merged in?
Or if he adds an attr to a Core Data entity, I get that attr in my Core Data model?