1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-04-12 23:33:11 +08:00
TrollStore/JITHelper/Makefile
2024-01-23 16:14:59 +07:00

16 lines
439 B
Makefile

TARGET := iphone:clang:16.5:14.0
ARCHS = arm64
TARGET_CODESIGN = ../Exploits/fastPathSign/fastPathSign
include $(THEOS)/makefiles/common.mk
TOOL_NAME = trollstorejithelper
trollstorejithelper_FILES = $(wildcard *.m)
trollstorejithelper_CODESIGN_FLAGS = --entitlements entitlements.plist
trollstorejithelper_INSTALL_PATH = /usr/local/bin
trollstorejithelper_PRIVATE_FRAMEWORKS = RunningBoardServices
include $(THEOS_MAKE_PATH)/tool.mk