You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following warning is run in swift5: 'kLSSharedFileListSessionLoginItems' was deprecated in OS X 10.11: Use a LaunchAgent, XPCService or the ServiceManagement APIs instead.
The text was updated successfully, but these errors were encountered:
@miniLV Sorry for late reply.
The only way to add a macOS login item that is not currently deprecated is to create a helper application using ServiceManagementFramework API or add it using AppleScript 😢
To use AppleScript, need to get SystemEvent permission and it is not suitable for adding to login items.
And Creating helper applications has a very different approach and is not suitable for support in this library.
For this reason, support for this library itself will end when the use of the API is terminated.
The following warning is run in swift5: 'kLSSharedFileListSessionLoginItems' was deprecated in OS X 10.11: Use a LaunchAgent, XPCService or the ServiceManagement APIs instead.
The text was updated successfully, but these errors were encountered: