My project now has a project.xcworkspace/xcshareddata
directory.
What does Xcode store in the project.xcworkspace/xcshareddata
directory?
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). The following are some items currently stored in 'xcshareddata`: