Xcode – Understanding the relationship between suiteName and App Groups
Background I'm developing a macOS applications that consists of a plugin and main application. I would like for both targets to be able to share the same settings. I want to manipulate my settings using the Defaults class. Implementation Defaults…