mirror of
https://github.com/NohamR/Tweaks.git
synced 2026-08-26 10:12:32 +00:00
13 lines
280 B
Makefile
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 |