Add ServerCatPremium tweaks, build files and docs

This commit is contained in:
√(noham)²
2026-02-23 16:58:17 +01:00
commit c00a3a7fdf
14 changed files with 205 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
TARGET = iphone:latest:14.0
INSTALL_TARGET_PROCESSES = ServerCat
ARCHS = arm64 arm64e
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = ServerCatPremium
ServerCatPremium_FILES = Tweak.x
ServerCatPremium_CFLAGS = -fobjc-arc
ServerCatPremium_FRAMEWORKS = Foundation
include $(THEOS_MAKE_PATH)/tweak.mk