LoginServiceKit
Easy manage login items in macOS.
Usage
CocoaPods
pod 'LoginServiceKit', :git => 'https://github.com/Clipy/LoginServiceKit'
Carthage
github "Clipy/LoginServiceKit"
Example
Check exist login item
let isExistLoginItem = LoginServiceKit.isExistLoginItems() // default Bundle.main.bundlePathor
let isExistLoginItem = LoginServiceKit.isExistLoginItems(at: Bundle.main.bundlePath)Add login item
LoginServiceKit.addLoginItems() // default Bundle.main.bundlePathor
LoginServiceKit.addLoginItems(at: Bundle.main.bundlePath)Remove login item
LoginServiceKit.removeLoginItems() // default Bundle.main.bundlePathor
LoginServiceKit.removeLoginItems(at: Bundle.main.bundlePath)About Deprecated APIs
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.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
