Bump git from 1.10.2 to 1.11.0 (#35)
Easy manage login items for macOS. Not support Sandbox application.
pod 'LoginServiceKit', :git => 'https://github.com/Clipy/LoginServiceKit'
github "Clipy/LoginServiceKit"
let isExistLoginItem = LoginServiceKit.isExistLoginItems() // default Bundle.main.bundlePath
or
let isExistLoginItem = LoginServiceKit.isExistLoginItems(at: Bundle.main.bundlePath)
LoginServiceKit.addLoginItems() // default Bundle.main.bundlePath
LoginServiceKit.addLoginItems(at: Bundle.main.bundlePath)
LoginServiceKit.removeLoginItems() // default Bundle.main.bundlePath
LoginServiceKit.removeLoginItems(at: Bundle.main.bundlePath)
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.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
LoginServiceKit
Easy manage login items for macOS. Not support Sandbox application.
Usage
CocoaPods
Carthage
Example
Check exist login item
or
Add login item
or
Remove login item
or
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.