Swiftpack.co - Clipy/LoginServiceKit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by Clipy.
Clipy/LoginServiceKit v2.5.0
Easy manage login items for macOS. Not support Sandbox application.
⭐️ 110
🕓 27 weeks ago
macOS
.package(url: "https://github.com/Clipy/LoginServiceKit.git", from: "v2.5.0")

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.

GitHub

link
Stars: 110
Last commit: 27 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

v2.5.0
27 weeks ago

Breaking Changes

  • Update minimum deployment target to macOS 10.13 ( #43 )

Enhancements

  • Support Xcode15 ( #43 )

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics