Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@orchetect orchetect released this 12 Jun 20:58
· 1 commit to main since this release

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.