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

Can the kit only used in macOS 12 or later? #12

Open StevenSK-king opened 5 months ago

StevenSK-king commented 5 months ago

Is your feature request related to a problem? Please describe.

I wonder if there is a compiled version that used on macos 11 or earlier

Describe the solution you'd like

I wonder if there is a compiled version that used on macos 11 or earlier

Describe alternatives you've considered

none

Additional context

none

david-swift commented 5 months ago

Thanks for opening the issue. I don't understand what you mean by a "compiled version". This is a Swift package that can be used via the Swift Package Manager, read more in the docs.

Adding support for macOS 11 sounds like an interesting idea. Unfortunately, adding support for earlier versions of macOS is not possible as the settings scene this package is built around is available only in macOS 11 or later.

I'll add support for macOS 11 once I'm less busy. Thanks again for the request!