2024-01-12 03:21:33 +08:00
|
|
|
TARGET := iphone:clang:16.5:14.0
|
2022-09-02 23:19:48 +08:00
|
|
|
ARCHS = arm64
|
|
|
|
|
2023-11-27 03:43:30 +08:00
|
|
|
TARGET_CODESIGN = ../Exploits/fastPathSign/fastPathSign
|
|
|
|
|
2022-09-02 23:19:48 +08:00
|
|
|
include $(THEOS)/makefiles/common.mk
|
|
|
|
|
|
|
|
TOOL_NAME = trollstorehelper
|
|
|
|
|
2024-01-12 23:34:28 +08:00
|
|
|
trollstorehelper_FILES = $(wildcard *.m) $(wildcard ../Shared/*.m) $(wildcard ../ChOma/src/*.c) ../Exploits/fastPathSign/src/coretrust_bug.c ../Exploits/fastPathSign/src/codesign.m
|
2024-01-26 23:47:29 +08:00
|
|
|
trollstorehelper_CFLAGS = -fobjc-arc -I../Shared $(shell pkg-config --cflags libcrypto) -I../ChOma/src -I../Exploits/fastPathSign/src -I$(shell brew --prefix)/opt/libarchive/include
|
2024-01-12 23:34:28 +08:00
|
|
|
trollstorehelper_LDFLAGS = -L../ChOma/external/ios -lcrypto
|
2023-11-27 03:43:30 +08:00
|
|
|
trollstorehelper_CODESIGN_FLAGS = --entitlements entitlements.plist
|
2022-09-02 23:19:48 +08:00
|
|
|
trollstorehelper_INSTALL_PATH = /usr/local/bin
|
|
|
|
trollstorehelper_LIBRARIES = archive
|
2023-11-30 01:36:31 +08:00
|
|
|
trollstorehelper_FRAMEWORKS = CoreTelephony
|
2024-01-23 19:18:57 +08:00
|
|
|
trollstorehelper_PRIVATE_FRAMEWORKS = SpringBoardServices BackBoardServices MobileContainerManager FrontBoardServices RunningBoardServices
|
2022-09-02 23:19:48 +08:00
|
|
|
|
|
|
|
include $(THEOS_MAKE_PATH)/tool.mk
|