david-swift / SettingsKit-macOS

Add a settings window to a SwiftUI macOS app
https://david-swift.github.io/SettingsKit-macOS/
MIT License
87 stars 2 forks source link

Quick question: how hard it is to make this work with macOS 12 Monterey? #1

Closed longseespace closed 1 year ago

longseespace commented 1 year ago

One of my apps still need to support macOS 12.

Is it possible to use SettingsKit on macOS 12?

If yes, how can I do it?

Thanks for your great work!

david-swift commented 1 year ago

I've added support for macOS 12 in SettingsKit 0.1.6. Now, you should be able to just import the package as usual and build your apps for macOS 12.

longseespace commented 1 year ago

Wow. Thanks for your incredibly fast response.