Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New file created in Xcode 9.3, <wsname>.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist should it be committed?

Tags:

git

xcode

ios

People also ask

What is IDEWorkspaceChecks plist?

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.

What is Xcshareddata?

The xcshareddata directory is primarily used to store shared settings (as opposed to xcuserdata which is used for settings which are not shared a.k.a. user specific).


From 9.3 release notes, it sounds like you'd want to commit.

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.

Source