summaryrefslogtreecommitdiffstats
path: root/QuickActions/QuickActionsPrefs/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-12-27 01:08:28 -0500
committerCameron Katri <me@cameronkatri.com>2021-12-27 01:08:28 -0500
commit15240ea1e0dc4fc86a3f36cffe5b9c14ff0b2c93 (patch)
treeb88d424cbcdce6487a2e85dfd380bc4eb7fd682e /QuickActions/QuickActionsPrefs/Makefile
parent6c781fd0b08f0fe3ccd2d3e0d79c9739c2f288c8 (diff)
downloadtweaks-15240ea1e0dc4fc86a3f36cffe5b9c14ff0b2c93.tar.gz
tweaks-15240ea1e0dc4fc86a3f36cffe5b9c14ff0b2c93.tar.zst
tweaks-15240ea1e0dc4fc86a3f36cffe5b9c14ff0b2c93.zip
I lost track of all the changes
Diffstat (limited to 'QuickActions/QuickActionsPrefs/Makefile')
-rw-r--r--QuickActions/QuickActionsPrefs/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/QuickActions/QuickActionsPrefs/Makefile b/QuickActions/QuickActionsPrefs/Makefile
deleted file mode 100644
index df9918b..0000000
--- a/QuickActions/QuickActionsPrefs/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-TARGET := iphone:clang:14.4:13.0
-
-include $(THEOS)/makefiles/common.mk
-
-ARCHS := arm64 arm64e
-
-BUNDLE_NAME = QuickActionsPrefs
-
-QuickActionsPrefs_FILES = QASRootListController.m
-QuickActionsPrefs_FRAMEWORKS = UIKit
-QuickActionsPrefs_PRIVATE_FRAMEWORKS = Preferences
-QuickActionsPrefs_EXTRA_FRAMEWORKS = AltList
-QuickActionsPrefs_INSTALL_PATH = /Library/PreferenceBundles
-QuickActionsPrefs_CFLAGS = -fobjc-arc
-
-include $(THEOS_MAKE_PATH)/bundle.mk