Files
Tweaks/CloudQuit/Makefile
√(noham)² 965bfcdeff cloudquit
2026-08-20 16:07:05 +02:00

13 lines
280 B
Makefile

TARGET = iphone:latest:14.0
INSTALL_TARGET_PROCESSES = com.example.cloudquit
ARCHS = arm64
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = CloudQuit
CloudQuit_FILES = Tweak.x
CloudQuit_CFLAGS = -fobjc-arc
CloudQuit_FRAMEWORKS = Foundation
include $(THEOS_MAKE_PATH)/tweak.mk