I am working on a Mac app written in Swift. In order to execute some code on login, I created a helper app. The helper app needs to access data from the main app. Thus, I enabled "App Groups" for both main and helper app, to share data via I am working on a Mac app written in Swift. In