summaryrefslogtreecommitdiffstats
path: root/QuickActions/DragonMake
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/DragonMake
parent6c781fd0b08f0fe3ccd2d3e0d79c9739c2f288c8 (diff)
downloadtweaks-15240ea1e0dc4fc86a3f36cffe5b9c14ff0b2c93.tar.gz
tweaks-15240ea1e0dc4fc86a3f36cffe5b9c14ff0b2c93.tar.zst
tweaks-15240ea1e0dc4fc86a3f36cffe5b9c14ff0b2c93.zip
I lost track of all the changes
Diffstat (limited to 'QuickActions/DragonMake')
-rw-r--r--QuickActions/DragonMake32
1 files changed, 32 insertions, 0 deletions
diff --git a/QuickActions/DragonMake b/QuickActions/DragonMake
new file mode 100644
index 0000000..f75e655
--- /dev/null
+++ b/QuickActions/DragonMake
@@ -0,0 +1,32 @@
+name: QuickActions
+id: com.cameronkatri.quickactions
+depends: mobilesubstrate
+architecture: iphoneos-arm
+version: 1.0.0
+description: Quickly launch apps from the lockscreen
+author: Cameron Katri <me@cameronkatri.com>
+section: Tweaks
+depends: mobilesubstrate, preferenceloader
+icmd: sbreload
+
+QuickActions:
+ type: tweak
+ filter:
+ executables:
+ - SpringBoard
+ files:
+ - Tweak.x
+ frameworks:
+ - CoverSheet
+ - SpringBoardFoundation
+ targetvers: 13.0
+
+QuickActionsPrefs:
+ type: prefs
+ dir: QuickActionsPrefs
+ files:
+ - QASRootListController.m
+ - QASAppSelectorController.m
+ frameworks:
+ - MobileCoreServices
+ targetvers: 13.0 \ No newline at end of file