https://github.com/zhrispineda/settings-tvos
tvOS Settings, recreated
https://github.com/zhrispineda/settings-tvos
app appletv recreation replica settings swift swiftui tv tvos xcode
Last synced: about 2 months ago
JSON representation
tvOS Settings, recreated
- Host: GitHub
- URL: https://github.com/zhrispineda/settings-tvos
- Owner: zhrispineda
- Created: 2024-01-08T15:29:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-21T21:16:32.000Z (4 months ago)
- Last Synced: 2026-02-22T02:26:52.210Z (4 months ago)
- Topics: app, appletv, recreation, replica, settings, swift, swiftui, tv, tvos, xcode
- Language: Swift
- Homepage:
- Size: 14.3 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Settings-tvOS
A **work-in-progress** recreation of the tvOS Settings app.
> [!NOTE]
> This project is focused on the latest public releases of tvOS and Xcode. Use an older branch for older versions.
## Information
- Based on tvOS 26.4 (23L243).
- Layout based on Simulator and not a physical Apple TV (for now).
- All features within the app are only simulations and have no effect on the device outside of the app.
- Previous versions are available as their own branches, going as far back as 18.5. Fewer features are available in earlier versions.
> [!CAUTION]
> This project makes use of `TVSettingKit`, a private framework not meant for public use as it is not officially supported.
>
> **Do not reuse any code from this project that relies on private methods.** Consider publicly supported alternatives instead.
## Preview

## Usage
Open in Xcode and run with either Simulator or a paired physical device running tvOS with Developer Mode enabled as a destination.
> [!IMPORTANT]
> You may need to change the bundle identifier of the app to be able to sign it with Xcode for use on a physical device.
## 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
- **macOS System Settings** https://github.com/zhrispineda/System-Settings
- **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