Should XCSharedData be checked into Git Repo for Xcode project?
The files in xcshareddata/ should be added to the repo (but not the ones in xcuserdata/): Xcode 9.3 adds a new IDEWorkspaceChecks.plist file to a workspace’s shared data, to store the state of necessary workspace checks. Committing this file to source control will prevent unnecessary rerunning of those checks for each user opening the workspace. … Read more