Add Infuse rootless tweaks for iOS/tvOS

This commit is contained in:
√(noham)²
2026-04-09 21:45:44 +02:00
parent 5973408630
commit 2e08be66c0
16 changed files with 287 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
TARGET = iphone:latest:14.0
INSTALL_TARGET_PROCESSES = infuse
ARCHS = arm64 arm64e
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = Infuse
Infuse_FILES = Tweak.x
Infuse_CFLAGS = -fobjc-arc
Infuse_FRAMEWORKS = Foundation
include $(THEOS_MAKE_PATH)/tweak.mk