summaryrefslogtreecommitdiffstats
path: root/QuickActions/QuickActionsPrefs/Makefile
blob: 06352da32d4d4df85522eb9e5e01577567a99e37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET := iphone:14.5:14.0

include $(THEOS)/makefiles/common.mk

ARCHS := arm64 arm64e

BUNDLE_NAME = QuickActionsPrefs

QuickActionsPrefs_FILES = QASRootListController.m QASAppSelectorController.m LSApplicationProxy+AltList.m
QuickActionsPrefs_FRAMEWORKS = UIKit
QuickActionsPrefs_PRIVATE_FRAMEWORKS = Preferences
QuickActionsPrefs_EXTRA_FRAMEWORKS = MobileCoreServices
QuickActionsPrefs_INSTALL_PATH = /Library/PreferenceBundles
QuickActionsPrefs_CFLAGS = -fobjc-arc

include $(THEOS_MAKE_PATH)/bundle.mk