Adding Login Items for macOS

Adding Login Items for macOS

To create an app that can be auto launched after login (i.e. adding login item) is far more complicated then expected…

[…]

As the helper app will have the same default AppDelegate.swift which conflict with the main app. You need to rename it and adjust the class name of App Delegate in the Application Scene accordingly.

[…]