Files
Tweaks/Infuse/Infuse-iOS/Makefile
2026-04-09 21:45:44 +02:00

14 lines
261 B
Makefile

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