summaryrefslogtreecommitdiffstats
path: root/QuickActions/QuickActionsPrefs/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2023-04-13 07:51:37 -0700
committerCameron Katri <me@cameronkatri.com>2023-04-13 07:51:37 -0700
commitbcdacecd7b7fca9b5f515d25f11ffa1a2936cbb9 (patch)
tree6c6cee80fa7cadeaefbcfe53881617d6b5730c34 /QuickActions/QuickActionsPrefs/Makefile
parent0119101e96062a9844068e8ee68965621dd0e008 (diff)
downloadtweaks-bcdacecd7b7fca9b5f515d25f11ffa1a2936cbb9.tar.gz
tweaks-bcdacecd7b7fca9b5f515d25f11ffa1a2936cbb9.tar.zst
tweaks-bcdacecd7b7fca9b5f515d25f11ffa1a2936cbb9.zip
Switch back to theos
Diffstat (limited to 'QuickActions/QuickActionsPrefs/Makefile')
-rw-r--r--QuickActions/QuickActionsPrefs/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/QuickActions/QuickActionsPrefs/Makefile b/QuickActions/QuickActionsPrefs/Makefile
new file mode 100644
index 0000000..a00d795
--- /dev/null
+++ b/QuickActions/QuickActionsPrefs/Makefile
@@ -0,0 +1,16 @@
+TARGET := iphone:14.5:15.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