-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpatches.json
74 lines (74 loc) · 2.21 KB
/
patches.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
{
"id": "english",
"description": "Force the language to english",
"android": false,
"ios": true,
"checked": true,
"files": [
{
"path": "patches/english/language.lua",
"outpath": "ProjectResources/common/language.lua"
}
]
},
{
"id": "enable_serial_code",
"description": "Enable serial code in settings menu",
"android": false,
"ios": true,
"checked": true,
"files": [
{
"path": "patches/serial_code/model.lua",
"outpath": "ProjectResources/m_menu/model.lua"
}
]
},
{
"id": "restore_title_screen_song",
"description": "Enable the title screen music",
"android": false,
"ios": true,
"checked": true,
"files": [
{
"path": "patches/restore_title_screen_song/assets/sound/login/startup_aq_1.mp3",
"outpath": "ProjectResources/assets/sound/login/startup_aq_1.mp3"
},
{
"path": "patches/restore_title_screen_song/assets/sound/login/startup_mu_1.mp3",
"outpath": "ProjectResources/assets/sound/login/startup_mu_1.mp3"
},
{
"path": "patches/restore_title_screen_song/m_login/start.lua",
"outpath": "ProjectResources/m_login/start.lua"
}
]
},
{
"id": "32_bit_ios",
"description": "Use 32 bit binary (iOS 10 and older)",
"android": false,
"ios": true,
"checked": false,
"files": [
{
"path": "patches/32_bit_ios/Info.plist",
"outpath": "Info.plist"
},
{
"path": "patches/32_bit_ios/LoveLive",
"outpath": "LoveLive"
},
{
"path": "patches/32_bit_ios/PaymentConfig.xcconfig",
"outpath": "PaymentConfig.xcconfig"
},
{
"path": "patches/32_bit_ios/ProductConfig.xcconfig",
"outpath": "ProductConfig.xcconfig"
}
]
}
]