Add CanardDumper tweak

This commit is contained in:
√(noham)²
2026-08-21 16:30:42 +02:00
parent 79f9e5cf0c
commit a4dc5a9968
6 changed files with 161 additions and 0 deletions

14
CanardDumper/Makefile Normal file
View File

@@ -0,0 +1,14 @@
TARGET = iphone:latest:15.0
ARCHS = arm64 arm64e
INSTALL_TARGET_PROCESSES = fr.lecanardenchaine.app
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = CanardDumper
CanardDumper_FILES = Tweak.x
CanardDumper_CFLAGS = -fobjc-arc -Wno-deprecated-declarations -std=c++11 -x objective-c++
CanardDumper_CXXFLAGS = -std=c++11
CanardDumper_FRAMEWORKS = Foundation UIKit
CanardDumper_LDFLAGS = -lstdc++
include $(THEOS_MAKE_PATH)/tweak.mk