summaryrefslogtreecommitdiffstats
path: root/QuickActions/DragonMake
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/DragonMake
parent0119101e96062a9844068e8ee68965621dd0e008 (diff)
downloadtweaks-bcdacecd7b7fca9b5f515d25f11ffa1a2936cbb9.tar.gz
tweaks-bcdacecd7b7fca9b5f515d25f11ffa1a2936cbb9.tar.zst
tweaks-bcdacecd7b7fca9b5f515d25f11ffa1a2936cbb9.zip
Switch back to theos
Diffstat (limited to 'QuickActions/DragonMake')
-rw-r--r--QuickActions/DragonMake33
1 files changed, 0 insertions, 33 deletions
diff --git a/QuickActions/DragonMake b/QuickActions/DragonMake
deleted file mode 100644
index ee1cb80..0000000
--- a/QuickActions/DragonMake
+++ /dev/null
@@ -1,33 +0,0 @@
-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+quickactions@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
- - LSApplicationProxy+AltList.m
- frameworks:
- - MobileCoreServices
- targetvers: 13.0