cloudquit

This commit is contained in:
√(noham)²
2026-08-20 16:07:05 +02:00
parent ec1b0a17f0
commit 965bfcdeff
5 changed files with 44 additions and 0 deletions

13
CloudQuit/Makefile Normal file
View File

@@ -0,0 +1,13 @@
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