-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDragonMake
More file actions
50 lines (47 loc) · 1017 Bytes
/
DragonMake
File metadata and controls
50 lines (47 loc) · 1017 Bytes
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: Pocket Protector
id: dev.squiddy.pp
icmd: killall -9 backboardd
author: Brady Holland
version: 1.0.0
depends: preferenceloader, ws.hbang.common (>= 1.11), com.opa334.ccsupport
PocketProtector:
sysroot: $DRAGONBUILD/sdks/iPhoneOS11.2.sdk
targetvers: 10.3
archs:
- arm64
- arm64e
type: tweak
wild_recurse: Yes
ldflags: "-ObjC"
logos_files:
- Tweak.xm
frameworks:
- Foundation
- CoreMotion
- IOKit
- Preferences
- UIKit
- Cephei
pocketprotectorprefs:
sysroot: $DRAGONBUILD/sdks/iPhoneOS11.2.sdk
dir: pocketprotectorprefs
type: prefs
objc_files:
- PPPRootListController.m
frameworks:
- Preferences
- UIKit
- CepheiPrefs
ppccmodule:
dir: ppccmodule
type: bundle
archs:
- arm64
- arm64e
objc_files:
- ppccmodule.m
frameworks:
- UIKit
- Foundation
- Preferences
- ControlCenterUIKit