Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
sindresorhus/LaunchAtLogin
404: Not Found
Github
link |
Stars: 824 |
Last commit: 23 hours ago |
You may find interesting
Releases
- 2020-09-17T15:49:04
Breaking
- Requires Xcode 12 to build.
Improvements
- Swift Package Manager support! https://github.com/sindresorhus/LaunchAtLogin/commit/060284a1994934c5f258ce5c0c9202d63eea8c3a This is now the recommended way to install LaunchAtLogin. Carthage support will be removed at some point in the future.
- A SwiftUI component for toggling "launch at login" is now bundled. https://github.com/sindresorhus/LaunchAtLogin/commit/f7b255bc96965a178dc8f1073058a037b35d38fd It could not be easier to add support for "launch at login" in your app.
- We also added built-in conveniences for
@ObservedObject
, Combine, and Storyboards (KVO). https://github.com/sindresorhus/LaunchAtLogin/commit/f7b255bc96965a178dc8f1073058a037b35d38fd
Huge thanks to @SergeyKuryanov for implementing a lot of the things in this release.