目录

LoginServiceKit

CI Release version License: Apache-2.0 Carthage compatible SPM supported

Easy manage login items for macOS. Not support Sandbox application.

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.bundlePath

or

let isExistLoginItem = LoginServiceKit.isExistLoginItems(at: Bundle.main.bundlePath)

Add login item

LoginServiceKit.addLoginItems() // default Bundle.main.bundlePath

or

LoginServiceKit.addLoginItems(at: Bundle.main.bundlePath)

Remove login item

LoginServiceKit.removeLoginItems() // default Bundle.main.bundlePath

or

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.

邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802032778号