mirror of
https://github.com/khanhduytran0/aintuitweaks.git
synced 2026-07-10 04:18:38 +02:00
13 lines
312 B
Makefile
13 lines
312 B
Makefile
TARGET := iphone:clang:latest:15.0
|
|
INSTALL_TARGET_PROCESSES = managedappdistributiond
|
|
|
|
include $(THEOS)/makefiles/common.mk
|
|
|
|
TWEAK_NAME = BypassMarketplace
|
|
|
|
BypassMarketplace_FILES = Tweak.x
|
|
BypassMarketplace_CFLAGS = -fobjc-arc
|
|
BypassMarketplace_CODESIGN_FLAGS = -Cadhoc -S
|
|
|
|
include $(THEOS_MAKE_PATH)/tweak.mk
|