A work-in-progress SwiftUI recreation of the macOS System Settings app.
Note
This project is focused on the latest public releases of macOS and Xcode. Use an older branch to use older versions.
- Based on macOS 26.2 (23C55).
- All features within the app are only simulations and have no effect on the device.
- Previous versions are available as their own branches, going as far back as 15.5. Fewer features are available in earlier versions.
Caution
Some of the code in this project may rely on private APIs. It is strictly for demonstration purposes only.
Do not reuse any code from this project that relies on private methods. Consider publicly supported alternatives instead.
Clone, open, and run the project in Xcode.
- This app is a personal and educational recreation of Apple's apps and designs, made in appreciation of the teams that built and maintain them.
- All assets including icons, images, localization strings, and other resources are not my own in any way.
- If you have any questions or feedback, please contact me through the options listed on my profile.
- visionOS Settings https://github.com/zhrispineda/Settings-visionOS
- iOS & iPadOS Settings https://github.com/zhrispineda/Settings-iOS
- watchOS Settings https://github.com/zhrispineda/Settings-watchOS
- tvOS Settings https://github.com/zhrispineda/Settings-tvOS