summaryrefslogtreecommitdiffstats
path: root/QuickActions/DragonMake
blob: f75e655021e0614db156c50d48e9db898f0716ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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