Releases: orchetect/SettingsAccess
Releases · orchetect/SettingsAccess
2.0.0
SettingsAccess 2.0.0: Xcode 16 Update
Xcode 16 now makes Apple's previously-private openSettings
environment method public, and back-ports it to macOS 14.
While this is welcome progress, it still is only incremental and the vast majority of SettingsAccess' functionality is still needed in many scenarios.
SettingsAccess 2.0.0 adds support for compiling with Xcode 16 by renaming its openSettings
method to openSettingsLegacy
.
- For projects targeting macOS 14+ you may opt to use the new native
openSettings
method. - For projects targeting older versions of macOS, use
openSettingsLegacy
.