Add TF1+ tvOS tweak and docs

This commit is contained in:
√(noham)²
2026-04-10 21:06:13 +02:00
parent 2e08be66c0
commit f69c20fb2c
7 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
TARGET = appletv:latest:18.3
ARCHS = arm64
INSTALL_TARGET_PROCESSES = mytf1
THEOS_PACKAGE_SCHEME = rootless
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = TF1Plus
TF1Plus_FILES = Tweak.x
TF1Plus_CFLAGS = -fobjc-arc
include $(THEOS_MAKE_PATH)/tweak.mk