2023-11-27 00:45:12 +08:00
|
|
|
TARGET := iphone:clang:16.4:14.0
|
2022-09-02 23:19:48 +08:00
|
|
|
ARCHS = arm64
|
|
|
|
|
|
|
|
include $(THEOS)/makefiles/common.mk
|
|
|
|
|
|
|
|
TOOL_NAME = trollstorehelper
|
|
|
|
|
2022-10-12 04:57:08 +08:00
|
|
|
trollstorehelper_FILES = $(wildcard *.m) $(wildcard ../Shared/*.m)
|
|
|
|
trollstorehelper_CFLAGS = -fobjc-arc -I../Shared
|
|
|
|
trollstorehelper_CODESIGN_FLAGS = -Sentitlements.plist -K../cert.p12
|
2022-09-02 23:19:48 +08:00
|
|
|
trollstorehelper_INSTALL_PATH = /usr/local/bin
|
|
|
|
trollstorehelper_LIBRARIES = archive
|
2023-01-26 07:39:58 +08:00
|
|
|
trollstorehelper_PRIVATE_FRAMEWORKS = SpringBoardServices BackBoardServices MobileContainerManager
|
2022-09-02 23:19:48 +08:00
|
|
|
|
|
|
|
include $(THEOS_MAKE_PATH)/tool.mk
|