forked from 0xkuj/EvilScheme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDragonMake
More file actions
42 lines (38 loc) · 658 Bytes
/
DragonMake
File metadata and controls
42 lines (38 loc) · 658 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
name: ZZ_EvilScheme
icmd: sbreload || killall backboardd
all:
target: ios
targetvers: 13.0
archs:
- arm64
- arm64e
EvilKit:
dir: EvilKit
type: framework
install_location: '/Library/Frameworks/EvilKit.framework/'
objc_files:
- 'src/*.m'
public_headers:
- 'src/*.h'
frameworks:
- GeoServices
ZZ_EvilScheme:
type: tweak
logos_files:
- 'EvilScheme.x'
frameworks:
- UserActivity
- EvilKit
- CoreServices
EvilSchemePrefs:
dir: Prefs
type: prefs
objc_files:
- 'L0Prefs/*.m'
- 'src/*.m'
header_includes:
- 'L0Prefs/*.h'
- 'src/*.h'
frameworks:
- Preferences
- EvilKit