Skip to content

v4.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 17 Sep 15:49

Breaking

  • Requires Xcode 12 to build.

Improvements

  • Swift Package Manager support! 060284a
    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. f7b255b
    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). f7b255b

Huge thanks to @SergeyKuryanov for implementing a lot of the things in this release.