mirror of https://github.com/opa334/TrollStore.git
19 lines
601 B
Makefile
19 lines
601 B
Makefile
TARGET := iphone:clang:16.5:14.0
|
|
INSTALL_TARGET_PROCESSES = TrollStore
|
|
ARCHS = arm64
|
|
|
|
TARGET_CODESIGN = ../Exploits/fastPathSign/fastPathSign
|
|
|
|
include $(THEOS)/makefiles/common.mk
|
|
|
|
APPLICATION_NAME = TrollStore
|
|
|
|
TrollStore_FILES = $(wildcard *.m) $(wildcard ../Shared/*.m)
|
|
TrollStore_FRAMEWORKS = UIKit CoreGraphics CoreServices CoreTelephony
|
|
TrollStore_PRIVATE_FRAMEWORKS = Preferences MobileIcons MobileContainerManager
|
|
TrollStore_LIBRARIES = archive
|
|
TrollStore_CFLAGS = -fobjc-arc -I../Shared
|
|
TrollStore_CODESIGN_FLAGS = --entitlements entitlements.plist
|
|
|
|
include $(THEOS_MAKE_PATH)/application.mk
|