-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
136 lines (136 loc) · 4.6 KB
/
config.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "UTM Repository (AltStore PAL)",
"subtitle": "Virtual machines for iOS",
"website": "https://getutm.app",
"tintColor": "#1a2cc2",
"featuredApps": [
"com.utmapp.UTM-SE"
],
"apps": [
{
"name": "UTM SE",
"bundleIdentifier": "com.utmapp.UTM-SE",
"marketplaceID": "1564628856",
"developerName": "osy",
"subtitle": "Retro PC emulator",
"localizedDescription": "UTM SE is a PC emulator that allows you to run classic software and old-school games.\n\n• Supports both VGA mode for graphics and terminal mode for text-only operating systems\n• Emulates x86, ARM, PPC, and RISC-V architectures\n• Run pre-built machines or create your own configuration from scratch\n• Built from QEMU, a powerful and widely used emulator",
"category": "entertainment",
"iconURL": "https://pal.getutm.app/icon.png",
"tintColor": "#1a2cc2",
"minOSVersion": "14.0",
"appPermissions": {
"privacy": [
{
"name": "LocalNetwork",
"usageDescription": "The virtual machine may access the local network. UTM also uses the local network to communicate with AltServer."
},
{
"name": "Microphone",
"usageDescription": "Permission is required for any virtual machine to record from the microphone."
}
]
},
"screenshots": {
"iphone": [
{
"width": 1290,
"height": 2796,
"imageURL": "https://pal.getutm.app/iphone_screen_0.png"
},
{
"width": 1290,
"height": 2796,
"imageURL": "https://pal.getutm.app/iphone_screen_1.png"
},
{
"width": 1290,
"height": 2796,
"imageURL": "https://pal.getutm.app/iphone_screen_2.png"
},
{
"width": 1290,
"height": 2796,
"imageURL": "https://pal.getutm.app/iphone_screen_3.png"
},
{
"width": 1290,
"height": 2796,
"imageURL": "https://pal.getutm.app/iphone_screen_4.png"
},
{
"width": 1290,
"height": 2796,
"imageURL": "https://pal.getutm.app/iphone_screen_5.png"
},
{
"width": 1290,
"height": 2796,
"imageURL": "https://pal.getutm.app/iphone_screen_6.png"
},
{
"width": 1290,
"height": 2796,
"imageURL": "https://pal.getutm.app/iphone_screen_7.png"
},
{
"width": 1290,
"height": 2796,
"imageURL": "https://pal.getutm.app/iphone_screen_8.png"
}
],
"ipad": [
{
"width": 2732,
"height": 2048,
"imageURL": "https://pal.getutm.app/ipad_screen_0.png"
},
{
"width": 2732,
"height": 2048,
"imageURL": "https://pal.getutm.app/ipad_screen_1.png"
},
{
"width": 2732,
"height": 2048,
"imageURL": "https://pal.getutm.app/ipad_screen_2.png"
},
{
"width": 2732,
"height": 2048,
"imageURL": "https://pal.getutm.app/ipad_screen_3.png"
},
{
"width": 2732,
"height": 2048,
"imageURL": "https://pal.getutm.app/ipad_screen_4.png"
},
{
"width": 2732,
"height": 2048,
"imageURL": "https://pal.getutm.app/ipad_screen_5.png"
},
{
"width": 2732,
"height": 2048,
"imageURL": "https://pal.getutm.app/ipad_screen_6.png"
},
{
"width": 2732,
"height": 2048,
"imageURL": "https://pal.getutm.app/ipad_screen_7.png"
}
]
},
"versions": [
{
"version": "4.6.2",
"date": "2024-12-01",
"localizedDescription": "* QEMU v9.1.2 The backend has been updated to the latest upstream QEMU which brings with it a variety of bug fixes and performance improvements.\n* Fixed booting of PPC and i386 VMs\n* Fixed a crash when the main bundle executable is not the same as the currently running executable\n* Fixed a crash on iOS 18 due to namespace collision with internal names\n* Fixed auto-zoom to fill screen not properly working when Display Zoom is used (#6736)",
"downloadURL": "https://pal.getutm.app/adp",
"size": 182240665,
"buildVersion": "104"
}
]
}
]
}