Easy manage login items for macOS. Not support Sandbox application.
LoginServiceKit uses an API that has been deprecated since macOS 10.11 El Capitan. However, there is no API migration destination that meets the current specifications. Therefore, this library will be discontinued when the API used is discontinued.
See this issue for more details.
Note
On macOS 13 and later, prefer using SMAppService or LaunchAtLogin-Modern instead of this library.
pod 'LoginServiceKit', :git => 'https://github.com/Clipy/LoginServiceKit'
github "Clipy/LoginServiceKit"
letisExistLoginItem=LoginServiceKit.isExistLoginItems() // default Bundle.main.bundlePathor
letisExistLoginItem=LoginServiceKit.isExistLoginItems(at:Bundle.main.bundlePath)LoginServiceKit.addLoginItems() // default Bundle.main.bundlePathor
LoginServiceKit.addLoginItems(at:Bundle.main.bundlePath)LoginServiceKit.removeLoginItems() // default Bundle.main.bundlePathor
LoginServiceKit.removeLoginItems(at:Bundle.main.bundlePath)