1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-01-19 05:25:41 +08:00
TrollStore/Store/Makefile
2022-09-02 17:19:48 +02:00

15 lines
418 B
Makefile

TARGET := iphone:clang:14.5:14.0
INSTALL_TARGET_PROCESSES = TrollStore
include $(THEOS)/makefiles/common.mk
APPLICATION_NAME = TrollStore
TrollStore_FILES = $(wildcard *.m) ../Helper/Shared.m
TrollStore_FRAMEWORKS = UIKit CoreGraphics CoreServices
TrollStore_PRIVATE_FRAMEWORKS = Preferences
TrollStore_CFLAGS = -fobjc-arc
TrollStore_CODESIGN_FLAGS = -Sentitlements.plist
include $(THEOS_MAKE_PATH)/application.mk