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