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

前端 未结 1 1276
Happy的楠姐
Happy的楠姐 2021-01-30 15:07

I downloaded the newly released Xcode 9.3, I recompiled my workspace and I noticed it produced a new file:

.xcworkspace/xcshareddata/IDEWorkspaceCh

1条回答
  •  臣服心动
    2021-01-30 15:55

    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

    0 讨论(0)
提交回复
热议问题