mirror of
https://github.com/khanhduytran0/aintuitweaks.git
synced 2026-04-19 20:06:35 +02:00
16 lines
460 B
Makefile
16 lines
460 B
Makefile
TARGET := iphone:clang:latest:15.0
|
|
INSTALL_TARGET_PROCESSES = appstorecomponentsd installd managedappdistributiond MobileStorageMounter
|
|
THEOS_PACKAGE_SCHEME := rootless
|
|
|
|
include $(THEOS)/makefiles/common.mk
|
|
|
|
TWEAK_NAME = aintuitweaks
|
|
|
|
aintuitweaks_FILES = BypassMarketplace.x FixDDI.x
|
|
aintuitweaks_CFLAGS = -fobjc-arc
|
|
aintuitweaks_FRAMEWORKS = IOKit
|
|
aintuitweaks_LIBRARIES = image4
|
|
aintuitweaks_CODESIGN_FLAGS = -Cadhoc -S
|
|
|
|
include $(THEOS_MAKE_PATH)/tweak.mk
|