SettingsKit-macOS
SettingsKit-macOS copied to clipboard
Can the kit only used in macOS 12 or later?
trafficstars
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
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!