HatchDragons PoC

This commit is contained in:
√(noham)²
2026-08-20 16:08:03 +02:00
parent 965bfcdeff
commit 4e040791c1
5 changed files with 213 additions and 0 deletions

13
HatchDragons/Makefile Normal file
View File

@@ -0,0 +1,13 @@
TARGET = iphone:latest:14.0
INSTALL_TARGET_PROCESSES = com.runawayplay.dragons
ARCHS = arm64 arm64e
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = HatchDragons
HatchDragons_FILES = Tweak.x
HatchDragons_CFLAGS = -fobjc-arc
HatchDragons_FRAMEWORKS = Foundation
include $(THEOS_MAKE_PATH)/tweak.mk