Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

macOS System Settings, recreated

Notifications You must be signed in to change notification settings

zhrispineda/System-Settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Settings

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.

Information

  • 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.

Preview

The project's Settings app in both light and dark mode. General is selected on the sidebar with its options shown on the main pane next to it.

Usage

Clone, open, and run the project in Xcode.

Disclaimers

  • 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.

Other Settings Projects