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).
When adding a package in a project, a new swiftpm folder is created under xcshareddata , this should be committed as it contains the resolved versions of our dependencies (stored in Package.
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`:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With