Skip to content
J.K. Hayslip edited this page Nov 30, 2019 · 2 revisions

Welcome to the HideMyDockTV wiki!

This is a page on how I built my first tvOS tweak.

Not much documentation exists on how to make a tvOS tweak. Although, there are several open-sourced examples, which are a great way to learn! I feel that we need one that breaks everything down for a person who is just starting out making tweaks for tvOS.

Some prerequisites

You will need to know some basic form of Objective-C. Swift WILL NOT HELP YOU HERE! You will need to have theos installed on your Mac or PC. I'm not gonna show you how to setup Theos but you can follow the guide here

You will need the tvOS SDK from here tvOS 12.4 SDK

You will need to have TVSettingsKit and TVSettings Headers in your theos include folder you can get them here tvOS Private Settings Headers and here tvOS Private Settings Headers cont.

Once you have all of those look at this Wiki for more information! Happy coding!

Some prior iOS tweak development experience is recommended but not required.