Add EU Marketplace region bypass, split tweaks to separate dylibs

This commit is contained in:
khanhduytran0
2025-12-27 19:17:40 +07:00
parent 8e258c5dea
commit ddb5c87fce
10 changed files with 69 additions and 12 deletions
+14
View File
@@ -0,0 +1,14 @@
TARGET := iphone:clang:latest:15.0
INSTALL_TARGET_PROCESSES = MobileStorageMounter
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = FixDDI
FixDDI_FILES = Tweak.x
FixDDI_CFLAGS = -fobjc-arc
FixDDI_FRAMEWORKS = IOKit
FixDDI_LIBRARIES = image4
FixDDI_CODESIGN_FLAGS = -Cadhoc -S
include $(THEOS_MAKE_PATH)/tweak.mk