apple-data 1.0.533 → 1.0.563
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/apple_data/version.rb +1 -1
- data/share/baseband.yaml +36 -0
- data/share/cores.yaml +90 -6
- data/share/lightning.yaml +10 -10
- data/share/lockdownd.yaml +999 -41
- data/share/nvram.yaml +4 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75d01dadaaf60f01a644456dedb789495ad0695eb2a5989f6af37c5ac33ae13f
|
|
4
|
+
data.tar.gz: ad8328ceb2a64bde22dd792902e240ce4ee67b356a0ee61095cb89963c74c631
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42ed52c4eb7cce0bd0a410dcce0ceaa73c62bd2be157c5740563794b62bdd77370e1b6f9b4d4bb67a7ab7dd199293c581493420a619228b1c45f95fd578aaa29
|
|
7
|
+
data.tar.gz: 7c6a645a66913f639f936dde7e034ffba6e8dd3b454fa7d018050da22509ff676cb88ae729a70904140d6fe21fdb95e965387743655de93417910b4d819b0449
|
data/lib/apple_data/version.rb
CHANGED
data/share/baseband.yaml
CHANGED
|
@@ -32,6 +32,21 @@ product_basebands:
|
|
|
32
32
|
Watch5,4:
|
|
33
33
|
baseband_certificate_id: 744114402
|
|
34
34
|
baseband_serial_length: 12
|
|
35
|
+
Watch6,12:
|
|
36
|
+
baseband_certificate_id: 744114402
|
|
37
|
+
baseband_serial_length: 12
|
|
38
|
+
Watch6,13:
|
|
39
|
+
baseband_certificate_id: 744114402
|
|
40
|
+
baseband_serial_length: 12
|
|
41
|
+
Watch6,16:
|
|
42
|
+
baseband_certificate_id: 744114402
|
|
43
|
+
baseband_serial_length: 12
|
|
44
|
+
Watch6,17:
|
|
45
|
+
baseband_certificate_id: 744114402
|
|
46
|
+
baseband_serial_length: 12
|
|
47
|
+
Watch6,18:
|
|
48
|
+
baseband_certificate_id: 744114402
|
|
49
|
+
baseband_serial_length: 12
|
|
35
50
|
Watch6,3:
|
|
36
51
|
baseband_certificate_id: 744114402
|
|
37
52
|
baseband_serial_length: 12
|
|
@@ -65,6 +80,9 @@ product_basebands:
|
|
|
65
80
|
iPad13,17:
|
|
66
81
|
baseband_certificate_id: 495958265
|
|
67
82
|
baseband_serial_length: 4
|
|
83
|
+
iPad13,19:
|
|
84
|
+
baseband_certificate_id: 495958265
|
|
85
|
+
baseband_serial_length: 4
|
|
68
86
|
iPad13,2:
|
|
69
87
|
baseband_certificate_id: 524245983
|
|
70
88
|
baseband_serial_length: 12
|
|
@@ -77,6 +95,12 @@ product_basebands:
|
|
|
77
95
|
iPad14,2:
|
|
78
96
|
baseband_certificate_id: 495958265
|
|
79
97
|
baseband_serial_length: 4
|
|
98
|
+
iPad14,4:
|
|
99
|
+
baseband_certificate_id: 3559316616
|
|
100
|
+
baseband_serial_length: 4
|
|
101
|
+
iPad14,6:
|
|
102
|
+
baseband_certificate_id: 3559316616
|
|
103
|
+
baseband_serial_length: 4
|
|
80
104
|
iPad2,2:
|
|
81
105
|
baseband_certificate_id: 257
|
|
82
106
|
baseband_serial_length: 12
|
|
@@ -233,6 +257,18 @@ product_basebands:
|
|
|
233
257
|
iPhone14,6:
|
|
234
258
|
baseband_certificate_id: 2241363181
|
|
235
259
|
baseband_serial_length: 4
|
|
260
|
+
iPhone14,7:
|
|
261
|
+
baseband_certificate_id: 3559316616
|
|
262
|
+
baseband_serial_length: 4
|
|
263
|
+
iPhone14,8:
|
|
264
|
+
baseband_certificate_id: 3559316616
|
|
265
|
+
baseband_serial_length: 4
|
|
266
|
+
iPhone15,2:
|
|
267
|
+
baseband_certificate_id: 3559316616
|
|
268
|
+
baseband_serial_length: 4
|
|
269
|
+
iPhone15,3:
|
|
270
|
+
baseband_certificate_id: 3559316616
|
|
271
|
+
baseband_serial_length: 4
|
|
236
272
|
iPhone3,1:
|
|
237
273
|
baseband_certificate_id: 257
|
|
238
274
|
baseband_serial_length: 12
|
data/share/cores.yaml
CHANGED
|
@@ -192,6 +192,86 @@ chip_ids:
|
|
|
192
192
|
board_name: J375dAP
|
|
193
193
|
|
|
194
194
|
|
|
195
|
+
0x6020:
|
|
196
|
+
name: t6020
|
|
197
|
+
description: M2 Pro
|
|
198
|
+
architecture: arm64
|
|
199
|
+
|
|
200
|
+
revisions:
|
|
201
|
+
0x01:
|
|
202
|
+
security_epoch: 0x01
|
|
203
|
+
version: iBoot-
|
|
204
|
+
sha1:
|
|
205
|
+
sha256:
|
|
206
|
+
|
|
207
|
+
securerom:
|
|
208
|
+
nonce:
|
|
209
|
+
ap_length:
|
|
210
|
+
sep_length:
|
|
211
|
+
demotion_reg:
|
|
212
|
+
memory_layout:
|
|
213
|
+
rom:
|
|
214
|
+
sram:
|
|
215
|
+
dram:
|
|
216
|
+
dfu_image:
|
|
217
|
+
dfu_load:
|
|
218
|
+
recovery_image:
|
|
219
|
+
recovery_load:
|
|
220
|
+
trampoline:
|
|
221
|
+
|
|
222
|
+
boards:
|
|
223
|
+
0x02:
|
|
224
|
+
product_name: Mac mini (M2 Pro, 2023)
|
|
225
|
+
product_id: Mac14,10
|
|
226
|
+
board_name: J416sAP
|
|
227
|
+
0x04:
|
|
228
|
+
product_name: MacBook Pro (M2 Pro, 14-inch, 2023)
|
|
229
|
+
product_id: Mac14,9
|
|
230
|
+
board_name: J414sAP
|
|
231
|
+
0x06:
|
|
232
|
+
product_name: MacBook Pro (M2 Pro, 16-inch, 2023)
|
|
233
|
+
product_id: Mac14,10
|
|
234
|
+
board_name: J416sAP
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
0x6021:
|
|
238
|
+
name: t6021
|
|
239
|
+
description: M2 Max
|
|
240
|
+
architecture: arm64
|
|
241
|
+
|
|
242
|
+
revisions:
|
|
243
|
+
0x01:
|
|
244
|
+
security_epoch: 0x01
|
|
245
|
+
version: iBoot-
|
|
246
|
+
sha1:
|
|
247
|
+
sha256:
|
|
248
|
+
|
|
249
|
+
securerom:
|
|
250
|
+
nonce:
|
|
251
|
+
ap_length:
|
|
252
|
+
sep_length:
|
|
253
|
+
demotion_reg:
|
|
254
|
+
memory_layout:
|
|
255
|
+
rom:
|
|
256
|
+
sram:
|
|
257
|
+
dram:
|
|
258
|
+
dfu_image:
|
|
259
|
+
dfu_load:
|
|
260
|
+
recovery_image:
|
|
261
|
+
recovery_load:
|
|
262
|
+
trampoline:
|
|
263
|
+
|
|
264
|
+
boards:
|
|
265
|
+
0x04:
|
|
266
|
+
product_name: MacBook Pro (M2 Max, 14-inch, 2023)
|
|
267
|
+
product_id: Mac14,5
|
|
268
|
+
board_name: J414cAP
|
|
269
|
+
0x06:
|
|
270
|
+
product_name: MacBook Pro (M2 Max, 16-inch, 2023)
|
|
271
|
+
product_id: Mac14,6
|
|
272
|
+
board_name: J416cAP
|
|
273
|
+
|
|
274
|
+
|
|
195
275
|
|
|
196
276
|
0x7000:
|
|
197
277
|
name: t7000
|
|
@@ -453,7 +533,7 @@ chip_ids:
|
|
|
453
533
|
|
|
454
534
|
0x8002:
|
|
455
535
|
name: t8002
|
|
456
|
-
description: S2
|
|
536
|
+
description: S2 / T1
|
|
457
537
|
architecture:
|
|
458
538
|
|
|
459
539
|
revisions:
|
|
@@ -895,7 +975,7 @@ chip_ids:
|
|
|
895
975
|
|
|
896
976
|
0x8015:
|
|
897
977
|
name: t8015
|
|
898
|
-
description:
|
|
978
|
+
description: A11
|
|
899
979
|
architecture:
|
|
900
980
|
|
|
901
981
|
revisions:
|
|
@@ -950,7 +1030,7 @@ chip_ids:
|
|
|
950
1030
|
|
|
951
1031
|
0x8020:
|
|
952
1032
|
name: t8020
|
|
953
|
-
description:
|
|
1033
|
+
description: A12
|
|
954
1034
|
architecture:
|
|
955
1035
|
|
|
956
1036
|
revisions:
|
|
@@ -1025,7 +1105,7 @@ chip_ids:
|
|
|
1025
1105
|
|
|
1026
1106
|
0x8027:
|
|
1027
1107
|
name: t8027
|
|
1028
|
-
description:
|
|
1108
|
+
description: A12X/Z
|
|
1029
1109
|
architecture:
|
|
1030
1110
|
|
|
1031
1111
|
revisions:
|
|
@@ -1426,6 +1506,10 @@ chip_ids:
|
|
|
1426
1506
|
trampoline:
|
|
1427
1507
|
|
|
1428
1508
|
boards:
|
|
1509
|
+
0x24:
|
|
1510
|
+
product_name: Mac mini (M2, 2023)
|
|
1511
|
+
product_id: Mac14,3
|
|
1512
|
+
board_name: J473AP
|
|
1429
1513
|
0x28:
|
|
1430
1514
|
product_name: MacBook Air (M2, 2022)
|
|
1431
1515
|
product_id: Mac14,2
|
|
@@ -1474,7 +1558,7 @@ chip_ids:
|
|
|
1474
1558
|
|
|
1475
1559
|
0x8301:
|
|
1476
1560
|
name: t8301
|
|
1477
|
-
description: S6 / S7
|
|
1561
|
+
description: S6 / S7 / S8
|
|
1478
1562
|
architecture:
|
|
1479
1563
|
|
|
1480
1564
|
revisions:
|
|
@@ -1668,7 +1752,7 @@ chip_ids:
|
|
|
1668
1752
|
|
|
1669
1753
|
|
|
1670
1754
|
0x8930:
|
|
1671
|
-
name:
|
|
1755
|
+
name: s5l8930xsi
|
|
1672
1756
|
description: A4
|
|
1673
1757
|
|
|
1674
1758
|
securerom:
|
data/share/lightning.yaml
CHANGED
|
@@ -6,32 +6,32 @@ metadata:
|
|
|
6
6
|
accessory_id:
|
|
7
7
|
dcsd:
|
|
8
8
|
description: Apple diagnostic cable from the factory
|
|
9
|
-
id: 200000000000
|
|
9
|
+
id: "200000000000"
|
|
10
10
|
dfu:
|
|
11
11
|
description: Casues the Hydra/Tristar to assert the FORCE_DFU pin
|
|
12
|
-
id:
|
|
12
|
+
id: "000002000000"
|
|
13
13
|
haywire:
|
|
14
14
|
description: Apple HDMI adapter
|
|
15
|
-
id: 0BF000000000
|
|
15
|
+
id: "0BF000000000"
|
|
16
16
|
headphone:
|
|
17
17
|
description: Apple 3.5mm headphone adapter
|
|
18
|
-
id: 04F100000000
|
|
18
|
+
id: "04F100000000"
|
|
19
19
|
kanzi_swd:
|
|
20
20
|
description: Apple Kanzi cable in SWD single wire debug
|
|
21
|
-
id: A00C00000000
|
|
21
|
+
id: "A00C00000000"
|
|
22
22
|
kanzi_swd_astris:
|
|
23
23
|
description: Apple Kanzi cable in SWD single wire debug with Astris running
|
|
24
|
-
id: 200E00000000
|
|
24
|
+
id: "200E00000000"
|
|
25
25
|
kong_swd:
|
|
26
26
|
description: Apple Kong debug cable
|
|
27
|
-
id: A00000000000
|
|
27
|
+
id: "A00000000000"
|
|
28
28
|
kong_swd_astris:
|
|
29
29
|
description: The ID presented by a Kong cable to enter serial wire debug with
|
|
30
30
|
Astris running
|
|
31
|
-
id: 200200000000
|
|
31
|
+
id: "200200000000"
|
|
32
32
|
reset:
|
|
33
33
|
description: Causes the Hydra/Tristar to pull the device through reset
|
|
34
|
-
id: E00A00000000
|
|
34
|
+
id: "E00A00000000"
|
|
35
35
|
uart:
|
|
36
36
|
description: UART serial
|
|
37
|
-
id: 200010000000
|
|
37
|
+
id: "200010000000"
|
data/share/lockdownd.yaml
CHANGED
|
@@ -2,82 +2,1040 @@
|
|
|
2
2
|
metadata:
|
|
3
3
|
description: Services that can be contacted over usbmuxd via lockdownd
|
|
4
4
|
credits:
|
|
5
|
-
|
|
5
|
+
- rickmark
|
|
6
6
|
clients:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
7
|
+
- AMPDeviceDiscoveryAgent
|
|
8
|
+
- Safari
|
|
9
|
+
- SpringBoard
|
|
10
|
+
- accountsd
|
|
11
|
+
- atwakeup
|
|
12
|
+
- backupd
|
|
13
|
+
services:
|
|
14
|
+
com.apple.accessibility.axAuditDaemon.remoteserver:
|
|
15
|
+
description: Accessibility features including audit/testing for Developers
|
|
16
|
+
developer_disk_image: true
|
|
17
|
+
allow_proxy: true
|
|
18
|
+
xpc_service: com.apple.accessibility.axAuditDaemon.deviceservice.lockdown
|
|
19
|
+
com.apple.afc:
|
|
20
|
+
description: Apple File Conduit - File system access for `/var/mobile/Media`
|
|
21
|
+
allow_unactivated: true
|
|
22
|
+
xpc_service: com.apple.afcd
|
|
23
|
+
com.apple.afc2:
|
|
24
|
+
description: afc but with root privledge and full OS access (for `/` without sandbox)
|
|
25
|
+
user: root
|
|
26
|
+
com.apple.ait.aitd:
|
|
27
|
+
description:
|
|
28
|
+
usb_only: true
|
|
29
|
+
xpc_service: com.apple.ait.client
|
|
30
|
+
com.apple.amfi.lockdown:
|
|
31
|
+
description: Used to enable developer-mode for Apple Silicon macOS
|
|
32
|
+
com.apple.atc:
|
|
33
|
+
description: AirTraffic (also known as iTunes Wi-Fi sync)
|
|
34
|
+
allow_unactivated: true
|
|
35
|
+
xpc_service: com.apple.atc
|
|
36
|
+
com.apple.bluetooth.BTPacketLogger:
|
|
37
|
+
description: Allows logging bluetooth packets for development and debugging
|
|
38
|
+
com.apple.carkit.service:
|
|
39
|
+
description: CarKit is the in car display and media subsystem
|
|
40
|
+
com.apple.commcenter.mobile-helper-cbupdateservice:
|
|
41
|
+
description: Ability to update carrier bundles (`*.ipcc` files)
|
|
42
|
+
com.apple.companion_proxy:
|
|
43
|
+
description: access and management of paired companion (so far the Watch) devices
|
|
44
|
+
com.apple.crashreportcopymobile:
|
|
45
|
+
description: File access to crash reports stored in `/var/mobile/Library/Logs/CrashReports`
|
|
46
|
+
allow_unactivated: true
|
|
47
|
+
xpc_service: com.apple.crashreportcopymobile
|
|
48
|
+
com.apple.crashreportmover:
|
|
49
|
+
description: Moves crash reports into synable directory
|
|
50
|
+
allow_unactivated: true
|
|
51
|
+
xpc_service: com.apple.crash_mover
|
|
52
|
+
com.apple.debugserver:
|
|
53
|
+
description: Communicate with debugserver on the device. (to launch an app under debug)
|
|
54
|
+
developer_disk_image: true
|
|
55
|
+
com.apple.debugserver.DVTSecureSocketProxy:
|
|
56
|
+
description:
|
|
57
|
+
allow_proxy: true
|
|
58
|
+
developer_disk_image: true
|
|
59
|
+
binary_path: "/Developer/usr/bin/debugserver"
|
|
60
|
+
arguments:
|
|
61
|
+
- "--lockdown"
|
|
62
|
+
- "--launch=frontboard"
|
|
63
|
+
- "--secure-socket-proxy"
|
|
64
|
+
com.apple.debugserver.DVTSecureSocketProxy.applist:
|
|
65
|
+
description:
|
|
66
|
+
allow_proxy: true
|
|
67
|
+
developer_disk_image: true
|
|
68
|
+
binary_path: "/Developer/usr/bin/debugserver"
|
|
69
|
+
arguments:
|
|
70
|
+
- "--lockdown"
|
|
71
|
+
- "--applist"
|
|
72
|
+
- "--secure-socket-proxy"
|
|
73
|
+
com.apple.dt.devicearbitration:
|
|
74
|
+
description: Multiple access to the same device
|
|
75
|
+
allow_proxy: true
|
|
76
|
+
xpc_service: com.apple.dt.devicearbitration
|
|
77
|
+
com.apple.dt.fetchsymbols:
|
|
78
|
+
description: Used to get symbols from device to symbolicate a crash dump
|
|
79
|
+
developer_disk_image: true
|
|
80
|
+
binary_path: "/Developer/Library/Daemons/DTFetchSymbols"
|
|
81
|
+
com.apple.dt.remotepairingdeviced.lockdown:
|
|
82
|
+
description:
|
|
83
|
+
com.apple.dt.simulatelocation:
|
|
84
|
+
description: Allow over-riding CoreLocation for development and testing
|
|
85
|
+
allow_proxy: true
|
|
86
|
+
developer_disk_image: true
|
|
87
|
+
binary_path: "/Developer/Library/Daemons/DTSimulateLocation"
|
|
88
|
+
com.apple.GPUTools.MobileService:
|
|
89
|
+
description:
|
|
90
|
+
developer_disk_image: true
|
|
91
|
+
allow_proxy: true
|
|
92
|
+
binary_path: "/Developer/usr/libexec/gputoolsd"
|
|
93
|
+
mach_services:
|
|
94
|
+
com.apple.GPUTools.SimulatorService: true
|
|
95
|
+
com.apple.hpd.mobile:
|
|
96
|
+
description: Highland Park?
|
|
97
|
+
allow_unactivated: true
|
|
98
|
+
binary_path: "/usr/libexec/hpd"
|
|
99
|
+
com.apple.idamd:
|
|
100
|
+
description: Allows settings the IDAM configuration (something to do with loading
|
|
101
|
+
of AppleUSBDeviceAudioDevice)
|
|
102
|
+
com.apple.instruments.remoteserver:
|
|
103
|
+
description: Used for instruments / DTrace
|
|
104
|
+
com.apple.instruments.remoteserver.DVTSecureSocketProxy:
|
|
105
|
+
description:
|
|
106
|
+
developer_disk_image: true
|
|
107
|
+
allow_proxy: true
|
|
108
|
+
xpc_service: com.apple.instruments.deviceservice.lockdown.secure
|
|
109
|
+
com.apple.iosdiagnostics.relay:
|
|
110
|
+
allow_unactivated: true
|
|
111
|
+
binary_path: "/usr/libexec/ios_diagnostics_relay"
|
|
112
|
+
com.apple.misagent:
|
|
113
|
+
description: Mobile provisioning profile (development) management service
|
|
114
|
+
binary_path: "/usr/libexec/misagent"
|
|
115
|
+
com.apple.mobile.assertion_agent:
|
|
116
|
+
description: Power Manager assertion manager (keep device from sleeping)
|
|
117
|
+
allow_unactivated: true
|
|
118
|
+
xpc_service: com.apple.mobile.assertion_agent
|
|
119
|
+
com.apple.mobile.debug_image_mount:
|
|
120
|
+
description: legacy developer disk image mounter
|
|
121
|
+
allow_unactivated: true
|
|
122
|
+
binary_path: "/usr/libexec/debug_image_mount"
|
|
123
|
+
com.apple.mobile.diagnostics_relay:
|
|
124
|
+
description: Request iOS diagnostic information from device.
|
|
125
|
+
allow_unactivated: true
|
|
126
|
+
binary_path: "/usr/libexec/mobile_diagnostics_relay"
|
|
127
|
+
com.apple.mobile.file_relay:
|
|
128
|
+
description: Legacy method to move files between host and device (Retrieve compressed
|
|
129
|
+
CPIO archives)
|
|
130
|
+
allow_unactivated: true
|
|
131
|
+
binary_path: "/usr/libexec/mobile_file_relay"
|
|
132
|
+
com.apple.mobile.heartbeat:
|
|
133
|
+
description: Periodic heartbeet to check connectivity with a device
|
|
134
|
+
allow_unactivated: true
|
|
135
|
+
xpc_service: com.apple.lockdown.host_watcher
|
|
136
|
+
com.apple.mobile.house_arrest:
|
|
137
|
+
description: Per application file transfer support
|
|
138
|
+
allow_unactivated: true
|
|
139
|
+
instance_limit: 5
|
|
140
|
+
binary_path: "/usr/libexec/mobile_house_arrest"
|
|
141
|
+
com.apple.mobile.insecure_notification_proxy:
|
|
142
|
+
description:
|
|
143
|
+
allow_unactivated: true
|
|
144
|
+
xpc_service: com.apple.mobile.insecure_notification_proxy
|
|
145
|
+
com.apple.mobile.installation_proxy:
|
|
146
|
+
description: Manage applications on a device.
|
|
147
|
+
xpc_service: com.apple.mobile.installation_proxy
|
|
148
|
+
com.apple.mobile.MCInstall:
|
|
149
|
+
description: Mobile Configuration profile management service
|
|
150
|
+
allow_unactivated: true
|
|
151
|
+
binary_path: "/usr/libexec/mc_mobile_tunnel"
|
|
152
|
+
com.apple.mobile.MDMService:
|
|
153
|
+
allow_unactivated: true
|
|
154
|
+
binary_path: "/usr/libexec/MDMService"
|
|
155
|
+
com.apple.mobile.mobile_image_mounter:
|
|
156
|
+
description: Used to mount the developer disk image on the device to add Xcode
|
|
157
|
+
tools
|
|
158
|
+
allow_unactivated: true
|
|
159
|
+
binary_path: "/usr/libexec/mobile_storage_proxy"
|
|
160
|
+
com.apple.mobile.notification_proxy:
|
|
161
|
+
description: Observe and post notifications.
|
|
162
|
+
allow_unactivated: true
|
|
163
|
+
xpc_service: com.apple.mobile.notification_proxy
|
|
164
|
+
com.apple.mobile.screenshotr:
|
|
165
|
+
description: Ability to take a capture of the device screen
|
|
166
|
+
developer_disk_image: true
|
|
167
|
+
allow_unactivated: true
|
|
168
|
+
allow_proxy: true
|
|
169
|
+
binary_path: "/Developer/usr/bin/ScreenShotr"
|
|
170
|
+
com.apple.mobileactivationd:
|
|
171
|
+
description: used to activate the celluar components of an iDevice
|
|
172
|
+
com.apple.mobilebackup:
|
|
173
|
+
description: Legacy backup service
|
|
174
|
+
binary_path: "/usr/libexec/BackupAgent"
|
|
175
|
+
com.apple.mobilebackup2:
|
|
176
|
+
description: Moden backup to itunes
|
|
177
|
+
binary_path: "/usr/libexec/BackupAgent2"
|
|
178
|
+
com.apple.mobilesync:
|
|
179
|
+
description: Classic iTunes media sync
|
|
180
|
+
binary_path: "/usr/libexec/SyncAgent"
|
|
181
|
+
com.apple.os_trace_relay:
|
|
182
|
+
description: full os trace capiability (more verbose then syslog_relay)
|
|
183
|
+
com.apple.pcapd:
|
|
184
|
+
description: Access to packet capture (network logging)
|
|
185
|
+
usb_only: true
|
|
186
|
+
instance_limit: 1
|
|
187
|
+
binary_path: "/usr/libexec/pcapd"
|
|
188
|
+
com.apple.preboardservice:
|
|
189
|
+
description:
|
|
190
|
+
xpc_service: com.apple.preboardservice
|
|
191
|
+
com.apple.preboardservice_v2:
|
|
192
|
+
description: Service to 'preboard' a device, which allows to ask for passcode
|
|
193
|
+
during firmware updates.
|
|
194
|
+
com.apple.PurpleReverseProxy.Conn:
|
|
195
|
+
description: Data pipe multiplexer setup from com.apple.PurpleReverseProxy.Ctrl
|
|
196
|
+
com.apple.PurpleReverseProxy.Ctrl:
|
|
197
|
+
description: Provide a reverse proxy to allow the device to communicate throught
|
|
198
|
+
to the internet, which is used during firmware restore.
|
|
199
|
+
com.apple.purpletestr:
|
|
200
|
+
description: Used in factories to test device / hardware
|
|
201
|
+
allow_unactivated: true
|
|
202
|
+
binary_path: "/usr/libexec/PurpleTestr"
|
|
203
|
+
com.apple.radios.wirelesstester.mobile:
|
|
204
|
+
description:
|
|
205
|
+
allow_unactivated: true
|
|
206
|
+
binary_path: "/usr/local/bin/WirelessTester"
|
|
207
|
+
com.apple.radios.wirelesstester.root:
|
|
208
|
+
description:
|
|
209
|
+
allow_unactivated: true
|
|
210
|
+
user: root
|
|
211
|
+
binary_path: "/usr/local/bin/WirelessTester"
|
|
212
|
+
com.apple.rasd:
|
|
213
|
+
description:
|
|
214
|
+
allow_unactivated: true
|
|
215
|
+
binary_path: "/usr/libexec/rasd"
|
|
216
|
+
com.apple.restored:
|
|
217
|
+
description: Used to restore or update Devices
|
|
218
|
+
no_tls: true
|
|
219
|
+
fixed_port: 62078
|
|
220
|
+
com.apple.springboardservices:
|
|
221
|
+
description: Home screen layout services
|
|
222
|
+
binary_path: "/usr/libexec/springboardservicesrelay"
|
|
223
|
+
com.apple.streaming_zip_conduit:
|
|
224
|
+
description: Replacement to file_relay using ZIP instead of CPIO
|
|
225
|
+
com.apple.syslog_relay:
|
|
226
|
+
description: Stream of log events from a connected device
|
|
227
|
+
allow_unactivated: true
|
|
228
|
+
xpc_service: com.apple.syslog_relay
|
|
229
|
+
com.apple.testmanagerd.lockdown.secure:
|
|
230
|
+
description:
|
|
231
|
+
developer_disk_image: true
|
|
232
|
+
allow_proxy: true
|
|
233
|
+
xpc_service: com.apple.testmanagerd.lockdown.secure
|
|
234
|
+
com.apple.testmanagerd.remote-automation.lockdown.secure:
|
|
235
|
+
description:
|
|
236
|
+
developer_disk_image: true
|
|
237
|
+
allow_proxy: true
|
|
238
|
+
binary_path: com.apple.testmanagerd.remote-automation.lockdown.secure
|
|
239
|
+
com.apple.thermalmonitor.thermtgraphrelay:
|
|
240
|
+
description:
|
|
241
|
+
binary_path: "/usr/local/bin/thermtgraphrelay"
|
|
242
|
+
com.apple.webinspector:
|
|
243
|
+
description: Used to access Safari / WebKit web inspector to debug mobile websites
|
|
244
|
+
usb_only: true
|
|
245
|
+
xpc_service: com.apple.webinspector
|
|
246
|
+
base_domain:
|
|
247
|
+
ActivationState:
|
|
248
|
+
type: string
|
|
249
|
+
values:
|
|
250
|
+
- Activated
|
|
251
|
+
ActivationStateAcknowledged:
|
|
252
|
+
type: boolean
|
|
253
|
+
BasebandActivationTicketVersion:
|
|
254
|
+
type: string
|
|
255
|
+
values:
|
|
256
|
+
- V2
|
|
257
|
+
BasebandCertId:
|
|
258
|
+
type: integer
|
|
259
|
+
BasebandChipID:
|
|
260
|
+
type: integer
|
|
261
|
+
BasebandKeyHashInformation:
|
|
262
|
+
type: dictionary
|
|
263
|
+
properties:
|
|
264
|
+
AKeyStatus:
|
|
265
|
+
type: integer
|
|
266
|
+
SKeyHash:
|
|
267
|
+
type: data
|
|
268
|
+
SKeyStatus:
|
|
269
|
+
type: integer
|
|
270
|
+
BasebandMasterKeyHash:
|
|
271
|
+
type: string
|
|
272
|
+
format: hex
|
|
273
|
+
BasebandRegionSKU:
|
|
274
|
+
type: data
|
|
275
|
+
BasebandSerialNumber:
|
|
276
|
+
type: data
|
|
277
|
+
BasebandStatus:
|
|
278
|
+
type: string
|
|
279
|
+
values:
|
|
280
|
+
- BBInfoAvailable
|
|
281
|
+
BasebandVersion:
|
|
282
|
+
type: string
|
|
283
|
+
BluetoothAddress:
|
|
284
|
+
type: string
|
|
285
|
+
BoardId:
|
|
286
|
+
type: integer
|
|
287
|
+
BootSessionID:
|
|
288
|
+
type: string
|
|
289
|
+
format: uuid
|
|
290
|
+
BrickState:
|
|
291
|
+
type: boolean
|
|
292
|
+
BuildVersion:
|
|
293
|
+
type: string
|
|
294
|
+
CarrierBundleInfoArray:
|
|
295
|
+
type: array
|
|
296
|
+
values: dictionary
|
|
297
|
+
properties:
|
|
298
|
+
CFBundleIdentifier:
|
|
299
|
+
type: string
|
|
300
|
+
format: reverse-dns
|
|
301
|
+
CFBundleVersion:
|
|
302
|
+
type: string
|
|
303
|
+
format: version
|
|
304
|
+
GID1:
|
|
305
|
+
description: carrier GSM group identifier 1
|
|
306
|
+
type: string
|
|
307
|
+
format: hex
|
|
308
|
+
GID2:
|
|
309
|
+
description: carrier GSM group identifier 2
|
|
310
|
+
type: string
|
|
311
|
+
format: hex
|
|
312
|
+
IntegratedCircuitCardIdentity:
|
|
313
|
+
description: the SIM/UICC/eSIM/eUICC ICCID
|
|
314
|
+
type: string
|
|
315
|
+
InternationalMobileSubscriberIdentity:
|
|
316
|
+
description: the GSM ISMI
|
|
317
|
+
type: string
|
|
318
|
+
format: integer
|
|
319
|
+
MCC:
|
|
320
|
+
description: Mobile country code
|
|
321
|
+
type: string
|
|
322
|
+
format: integer
|
|
323
|
+
MNC:
|
|
324
|
+
description: Mobile network code
|
|
325
|
+
type: string
|
|
326
|
+
format: integer
|
|
327
|
+
MobileEquipmentIdentifier:
|
|
328
|
+
description: IMEI
|
|
329
|
+
type: string
|
|
330
|
+
format: integer
|
|
331
|
+
SIMGID1:
|
|
332
|
+
description: SIM GSM group identifier 1
|
|
333
|
+
type: data
|
|
334
|
+
SIMGID2:
|
|
335
|
+
description: SIM GSM group identifier 1
|
|
336
|
+
type: data
|
|
337
|
+
Slot:
|
|
338
|
+
description: SIM tray slot
|
|
339
|
+
type: string
|
|
340
|
+
values:
|
|
341
|
+
- kOne
|
|
342
|
+
kCTPostponementInfoAvailable:
|
|
343
|
+
description:
|
|
344
|
+
type: string
|
|
345
|
+
values:
|
|
346
|
+
- SIMCarrierInfo
|
|
347
|
+
CertID:
|
|
348
|
+
type: integer
|
|
349
|
+
ChipID:
|
|
350
|
+
type: integer
|
|
351
|
+
ChipSerialNo:
|
|
352
|
+
type: data
|
|
353
|
+
CPUArchitecture:
|
|
354
|
+
type: string
|
|
355
|
+
values:
|
|
356
|
+
- arm64e
|
|
357
|
+
DeviceClass:
|
|
358
|
+
type: string
|
|
359
|
+
values:
|
|
360
|
+
- iPhone
|
|
361
|
+
DeviceColor:
|
|
362
|
+
type: integer
|
|
363
|
+
DeviceName:
|
|
364
|
+
type: string
|
|
365
|
+
DieID:
|
|
366
|
+
type: integer
|
|
367
|
+
EthernetAddress:
|
|
368
|
+
type: string
|
|
369
|
+
format: mac-address
|
|
370
|
+
FirmwareVersion:
|
|
371
|
+
description: Version of iBoot firmware
|
|
372
|
+
type: string
|
|
373
|
+
FusingStatus:
|
|
374
|
+
type: integer
|
|
375
|
+
values:
|
|
376
|
+
- 3
|
|
377
|
+
GID1:
|
|
378
|
+
type: string
|
|
379
|
+
format: hex
|
|
380
|
+
GID2:
|
|
381
|
+
type: string
|
|
382
|
+
format: hex
|
|
383
|
+
HardwareModel:
|
|
384
|
+
description: the string board id of the Device (related to BDID)
|
|
385
|
+
type: string
|
|
386
|
+
HardwarePlatform:
|
|
387
|
+
description: the string description of the CPU type (related to CHIP)
|
|
388
|
+
type: stirng
|
|
389
|
+
HasSiDP:
|
|
390
|
+
description:
|
|
391
|
+
type: boolean
|
|
392
|
+
HostAttached:
|
|
393
|
+
description: is currenlty attached to a usbmuxd host
|
|
394
|
+
type: boolean
|
|
395
|
+
IntegratedCircuitCardIdentity:
|
|
396
|
+
description: the active SIM ICCID
|
|
397
|
+
type: string
|
|
398
|
+
format: integer
|
|
399
|
+
InternationalMobileEquipmentIdentity:
|
|
400
|
+
description: SIM1 IMEI
|
|
401
|
+
type: string
|
|
402
|
+
format: integer
|
|
403
|
+
InternationalMobileEquipmentIdentity2:
|
|
404
|
+
description: SIM2 IMEI
|
|
405
|
+
type: string
|
|
406
|
+
format: integer
|
|
407
|
+
InternationalMobileSubscriberIdentity:
|
|
408
|
+
description: The carrier subscriber identity for SIM1
|
|
409
|
+
type: string
|
|
410
|
+
format: integer
|
|
411
|
+
InternationalMobileSubscriberIdentityOverride:
|
|
412
|
+
type: boolean
|
|
413
|
+
kCTPostponementInfoPRIVersion:
|
|
414
|
+
type: string
|
|
415
|
+
format: version
|
|
416
|
+
kCTPostponementInfoPRLName:
|
|
417
|
+
type: integer
|
|
418
|
+
kCTPostponementInfoServiceProvisioningState:
|
|
419
|
+
type: boolean
|
|
420
|
+
kCTPostponementStatus:
|
|
421
|
+
type: string
|
|
422
|
+
values:
|
|
423
|
+
- kCTPostponementStatus
|
|
424
|
+
MLBSerialNumber:
|
|
425
|
+
description: Serial number of the main logic Board
|
|
426
|
+
type: string
|
|
427
|
+
MobileEquipmentIdentifier:
|
|
428
|
+
description: Cellular MEID (often IMEI1 without check digit)
|
|
429
|
+
type: string
|
|
430
|
+
format: integer
|
|
431
|
+
MobileSubscriberCountryCode:
|
|
432
|
+
description: mobile country code
|
|
433
|
+
type: string
|
|
434
|
+
format: integer
|
|
435
|
+
MobileSubscriberNetworkCode:
|
|
436
|
+
description: mobile network code
|
|
437
|
+
type: string
|
|
438
|
+
format: integer
|
|
439
|
+
ModelNumber:
|
|
440
|
+
description:
|
|
441
|
+
type: string
|
|
442
|
+
NonVolatileRAM:
|
|
443
|
+
description: values of NVRAM (see nvram.yaml)
|
|
444
|
+
type: dictionary
|
|
445
|
+
PairRecordProtectionClass:
|
|
446
|
+
type: integer
|
|
447
|
+
values:
|
|
448
|
+
- 4
|
|
449
|
+
PartitionType:
|
|
450
|
+
type: string
|
|
451
|
+
values:
|
|
452
|
+
- GUID_partition_scheme
|
|
453
|
+
PasswordProtected:
|
|
454
|
+
type: boolean
|
|
455
|
+
PhoneNumber:
|
|
456
|
+
type: string
|
|
457
|
+
PkHash:
|
|
458
|
+
type: data
|
|
459
|
+
PRIVersion_Major:
|
|
460
|
+
description:
|
|
461
|
+
type: integer
|
|
462
|
+
PRIVersion_Minor:
|
|
463
|
+
type: integer
|
|
464
|
+
PRIVersion_ReleaseNo:
|
|
465
|
+
type: integer
|
|
466
|
+
ProductionSOC:
|
|
467
|
+
type: boolean
|
|
468
|
+
ProductName:
|
|
469
|
+
type: string
|
|
470
|
+
ProductType:
|
|
471
|
+
description: Product ID name
|
|
472
|
+
type: string
|
|
473
|
+
ProductVersion:
|
|
474
|
+
description: OS version string
|
|
475
|
+
type: stirng
|
|
476
|
+
ProtocolVersion:
|
|
477
|
+
description: version of USBMUXD
|
|
478
|
+
type: string
|
|
479
|
+
format: integer
|
|
480
|
+
ProximitySensorCalibration:
|
|
481
|
+
type: data
|
|
482
|
+
RegionInfo:
|
|
483
|
+
type: string
|
|
484
|
+
SerialNumber:
|
|
485
|
+
type: string
|
|
486
|
+
SIM1IsEmbedded:
|
|
487
|
+
type: boolean
|
|
488
|
+
SIMGID1:
|
|
489
|
+
type: data
|
|
490
|
+
SIMGID2:
|
|
491
|
+
type: data
|
|
492
|
+
SIMStatus:
|
|
493
|
+
type: string
|
|
494
|
+
values:
|
|
495
|
+
- kCTSIMSupportSIMStatusReady
|
|
496
|
+
SIMTrayStatus:
|
|
497
|
+
type: string
|
|
498
|
+
values:
|
|
499
|
+
- kCTSIMSupportSIMTrayInsertedWithSIM
|
|
500
|
+
SoftwareBehavior:
|
|
501
|
+
description: see com.apple.mobile.software_behavior
|
|
502
|
+
type: data
|
|
503
|
+
SoftwareBundleVersion:
|
|
504
|
+
type: string
|
|
505
|
+
SupportedDeviceFamilies:
|
|
506
|
+
type: array
|
|
507
|
+
TelephonyCapability:
|
|
508
|
+
type: boolean
|
|
509
|
+
TimeIntervalSince1970:
|
|
510
|
+
type: decimal
|
|
511
|
+
TimeZone:
|
|
512
|
+
type: string
|
|
513
|
+
TimeZoneOffsetFromUTC:
|
|
514
|
+
type: decimal
|
|
515
|
+
TrustedHostAttached:
|
|
516
|
+
description: if the attached host has a pairing relationship to the device
|
|
517
|
+
type: boolean
|
|
518
|
+
UniqueChipID:
|
|
519
|
+
description: the exclusive chip id (ECID)
|
|
520
|
+
type: integer
|
|
521
|
+
UniqueDeviceID:
|
|
522
|
+
description: either legacy UUID or CHIP/ECID pair
|
|
523
|
+
type: string
|
|
524
|
+
UseRaptorCerts:
|
|
525
|
+
description:
|
|
526
|
+
type: boolean
|
|
527
|
+
Uses24HourClock:
|
|
528
|
+
type: boolean
|
|
529
|
+
WiFiAddress:
|
|
530
|
+
type: string
|
|
531
|
+
format: mac-address
|
|
13
532
|
lockdownd_domains:
|
|
14
533
|
com.apple.Accessibility:
|
|
534
|
+
description: Provides the ability to configure accessability features from iTunes
|
|
535
|
+
properties:
|
|
536
|
+
ClosedCaptioningEnabledByiTunes:
|
|
537
|
+
InvertDisplayEnabledByiTunes:
|
|
538
|
+
MonoAudioEnabledByiTunes:
|
|
539
|
+
SpeakAutoCorrectionsEnabledByiTunes:
|
|
540
|
+
VoiceOverTouchEnabledByiTunes:
|
|
541
|
+
ZoomTouchEnabledByiTunes:
|
|
542
|
+
com.apple.disk_usage:
|
|
543
|
+
description: Current storage usage of the iDevice
|
|
544
|
+
properties:
|
|
545
|
+
AmountDataAvailable:
|
|
546
|
+
description: number of free bytes for user storage
|
|
547
|
+
type: integer
|
|
548
|
+
AmountDataReserved:
|
|
549
|
+
description: number of bytes reserved by the system and not available for
|
|
550
|
+
user data
|
|
551
|
+
type: integer
|
|
552
|
+
AmountRestoreAvailable:
|
|
553
|
+
description: the number of bytes available if the data is wiped of the iDevice
|
|
554
|
+
type: integer
|
|
555
|
+
CalculateDiskUsage:
|
|
556
|
+
description:
|
|
557
|
+
type: string
|
|
558
|
+
values:
|
|
559
|
+
- OkilyDokily
|
|
560
|
+
NANDInfo:
|
|
561
|
+
description:
|
|
562
|
+
type: data
|
|
563
|
+
TotalDataAvailable:
|
|
564
|
+
description: the number of the bytes in NAND
|
|
565
|
+
type: integer
|
|
566
|
+
TotalDataCapacity:
|
|
567
|
+
description:
|
|
568
|
+
type: integer
|
|
569
|
+
TotalDiskCapacity:
|
|
570
|
+
description:
|
|
571
|
+
type: integer
|
|
572
|
+
TotalSystemAvailable:
|
|
573
|
+
description: Number of bytes available in the system volume (should be 0 with
|
|
574
|
+
APFS and signed system volumes)
|
|
575
|
+
type: integer
|
|
576
|
+
TotalSystemCapacity:
|
|
577
|
+
description: Size of the system volume
|
|
578
|
+
type: integer
|
|
579
|
+
com.apple.disk_usage.factory:
|
|
580
|
+
description:
|
|
581
|
+
properties:
|
|
582
|
+
AmountDataAvailable:
|
|
583
|
+
type: integer
|
|
584
|
+
AmountDataReserved:
|
|
585
|
+
type: integer
|
|
586
|
+
AmountRestoreAvailable:
|
|
587
|
+
type: integer
|
|
588
|
+
CalculateDiskUsage:
|
|
589
|
+
type: string
|
|
590
|
+
CalendarUsage:
|
|
591
|
+
type: integer
|
|
592
|
+
CameraUsage:
|
|
593
|
+
type: integer
|
|
594
|
+
MediaCacheUsage:
|
|
595
|
+
type: integer
|
|
596
|
+
NANDInfo:
|
|
597
|
+
type: data
|
|
598
|
+
NotesUsage:
|
|
599
|
+
type: integer
|
|
600
|
+
PhotoUsage:
|
|
601
|
+
type: integer
|
|
602
|
+
TotalDataAvailable:
|
|
603
|
+
type: integer
|
|
604
|
+
TotalDataCapacity:
|
|
605
|
+
type: integer
|
|
606
|
+
TotalDiskCapacity:
|
|
607
|
+
type: integer
|
|
608
|
+
TotalSystemAvailable:
|
|
609
|
+
type: integer
|
|
610
|
+
TotalSystemCapacity:
|
|
611
|
+
type: integer
|
|
612
|
+
VoicemailUsage:
|
|
613
|
+
type: integer
|
|
614
|
+
WebAppCacheUsage:
|
|
615
|
+
type: integer
|
|
616
|
+
com.apple.fairplay:
|
|
617
|
+
com.apple.fmip:
|
|
618
|
+
com.apple.international:
|
|
15
619
|
description:
|
|
16
620
|
properties:
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
621
|
+
Language:
|
|
622
|
+
type: string
|
|
623
|
+
Locale:
|
|
624
|
+
type: string
|
|
625
|
+
SupportedKeyboards:
|
|
626
|
+
type: array
|
|
627
|
+
SupportedLanguages:
|
|
628
|
+
type: array
|
|
629
|
+
SupportedLocales:
|
|
630
|
+
type: array
|
|
631
|
+
com.apple.iqagent:
|
|
632
|
+
com.apple.iTunes:
|
|
23
633
|
com.apple.mobile.backup:
|
|
634
|
+
description: Provides iDevice backup to local computer in encrypted or unencrypted
|
|
635
|
+
format
|
|
636
|
+
properties:
|
|
637
|
+
CloudBackupEnabled:
|
|
638
|
+
description: If the device is configured to backup to iCloud
|
|
639
|
+
type: boolean
|
|
640
|
+
RequiresEncryption:
|
|
641
|
+
type: integer
|
|
642
|
+
Version:
|
|
643
|
+
type: string
|
|
644
|
+
LastCloudBackupDate:
|
|
645
|
+
LastCloudBackupTZ:
|
|
646
|
+
WillEncrypt:
|
|
647
|
+
com.apple.mobile.battery:
|
|
24
648
|
description:
|
|
25
649
|
properties:
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
650
|
+
BatteryCurrentCapacity:
|
|
651
|
+
description: percentage of charge for the battery
|
|
652
|
+
type: integer
|
|
653
|
+
BatteryIsCharging:
|
|
654
|
+
type: boolean
|
|
655
|
+
ExternalChargeCapable:
|
|
656
|
+
type: boolean
|
|
657
|
+
ExternalConnected:
|
|
658
|
+
type: boolean
|
|
659
|
+
FullyCharged:
|
|
660
|
+
type: boolean
|
|
661
|
+
GasGaugeCapability:
|
|
662
|
+
type: boolean
|
|
663
|
+
HasBattery:
|
|
664
|
+
type: boolean
|
|
665
|
+
com.apple.mobile.chaperone:
|
|
30
666
|
com.apple.mobile.data_sync:
|
|
31
667
|
description:
|
|
32
668
|
properties:
|
|
669
|
+
Bookmarks:
|
|
670
|
+
type: dictionary
|
|
671
|
+
properties:
|
|
672
|
+
AccountNames:
|
|
673
|
+
type: array
|
|
674
|
+
Sources:
|
|
675
|
+
type: array
|
|
676
|
+
Calendars:
|
|
677
|
+
type: dictionary
|
|
678
|
+
properties:
|
|
679
|
+
AccountNames:
|
|
680
|
+
type: array
|
|
681
|
+
Sources:
|
|
682
|
+
type: array
|
|
683
|
+
Contacts:
|
|
684
|
+
type: dictionary
|
|
685
|
+
properties:
|
|
686
|
+
AccountNames:
|
|
687
|
+
type: array
|
|
688
|
+
Sources:
|
|
689
|
+
type: array
|
|
690
|
+
Notes:
|
|
691
|
+
type: dictionary
|
|
692
|
+
properties:
|
|
693
|
+
AccountNames:
|
|
694
|
+
type: array
|
|
695
|
+
Sources:
|
|
696
|
+
type: array
|
|
697
|
+
com.apple.mobile.debug:
|
|
698
|
+
com.apple.mobile.internal:
|
|
699
|
+
description:
|
|
700
|
+
properties:
|
|
701
|
+
CarrierBuild:
|
|
702
|
+
type: boolean
|
|
703
|
+
IsInternal:
|
|
704
|
+
type: boolean
|
|
705
|
+
UIBuild:
|
|
706
|
+
type: boolean
|
|
33
707
|
com.apple.mobile.iTunes:
|
|
34
708
|
description:
|
|
35
709
|
properties:
|
|
710
|
+
64Bit:
|
|
711
|
+
type: integer
|
|
712
|
+
AccessibilityLanguages:
|
|
713
|
+
type: array
|
|
714
|
+
AlbumArt:
|
|
715
|
+
type: array
|
|
716
|
+
AppleDRMVersion:
|
|
717
|
+
type: dictionary
|
|
718
|
+
properties:
|
|
719
|
+
Format:
|
|
720
|
+
type: integer
|
|
721
|
+
Maximum:
|
|
722
|
+
type: integer
|
|
723
|
+
Minimum:
|
|
724
|
+
type: integer
|
|
725
|
+
AudioCodecs:
|
|
726
|
+
type: dictionary
|
|
727
|
+
properties:
|
|
728
|
+
BatteryPollInterval:
|
|
729
|
+
type: integer
|
|
730
|
+
ChapterImageSpecs:
|
|
731
|
+
type: array
|
|
732
|
+
ConnectedBus:
|
|
733
|
+
type: string
|
|
734
|
+
values:
|
|
735
|
+
- USB
|
|
736
|
+
CustomerRingtones:
|
|
737
|
+
type: boolean
|
|
738
|
+
DBVersion:
|
|
739
|
+
type: integer
|
|
740
|
+
FairPlayCBMaxVersion:
|
|
741
|
+
type: integer
|
|
742
|
+
FairPlayCBMinVersion:
|
|
743
|
+
type: integer
|
|
744
|
+
FairPlayCertificate:
|
|
745
|
+
type: data
|
|
746
|
+
FairPlayDeviceType:
|
|
747
|
+
type: integer
|
|
748
|
+
FairPlayGUID:
|
|
749
|
+
type: string
|
|
750
|
+
format: uuid
|
|
751
|
+
FairPlayID:
|
|
752
|
+
type: data
|
|
753
|
+
FamilyID:
|
|
754
|
+
type: integer
|
|
755
|
+
GeniusConfigMaxVersion:
|
|
756
|
+
type: integer
|
|
757
|
+
GeniusConfigMinVersion:
|
|
758
|
+
type: integer
|
|
759
|
+
GeniusMetadataMaxVersion:
|
|
760
|
+
type: integer
|
|
761
|
+
GeniusMetadataMinVersion:
|
|
762
|
+
type: integer
|
|
763
|
+
GeniusSimilaritiesMaxVersion:
|
|
764
|
+
type: integer
|
|
765
|
+
GeniusSimilaritiesMinVersion:
|
|
766
|
+
type: integer
|
|
767
|
+
HomeScreenIconColumns:
|
|
768
|
+
type: integer
|
|
769
|
+
HomeScreenIconDockMaxCount:
|
|
770
|
+
type: integer
|
|
771
|
+
HomeScreenIconHeight:
|
|
772
|
+
type: integer
|
|
773
|
+
HomeScreenIconRows:
|
|
774
|
+
type: integer
|
|
775
|
+
HomeScreenIconWidth:
|
|
776
|
+
type: integer
|
|
777
|
+
HomeScreenMaxPages:
|
|
778
|
+
type: integer
|
|
779
|
+
HomeVideosSupported:
|
|
780
|
+
type: boolean
|
|
781
|
+
IconFolderColumns:
|
|
782
|
+
type: integer
|
|
783
|
+
IconFolderMaxPages:
|
|
784
|
+
type: integer
|
|
785
|
+
IconFolderRows:
|
|
786
|
+
type: integer
|
|
787
|
+
IconStateSaves:
|
|
788
|
+
type: boolean
|
|
789
|
+
ImageSpecifications:
|
|
790
|
+
type: array
|
|
791
|
+
KeyTypeSupportVersion:
|
|
792
|
+
type: integer
|
|
793
|
+
MinITunesVersion:
|
|
794
|
+
type: string
|
|
795
|
+
MinMacOSVersion:
|
|
796
|
+
type: string
|
|
797
|
+
NeedsAntiPhishingDB:
|
|
798
|
+
type: boolean
|
|
799
|
+
OEMA:
|
|
800
|
+
type: integer
|
|
801
|
+
OEMID:
|
|
802
|
+
type: integer
|
|
803
|
+
PhotoEventsSupported:
|
|
804
|
+
type: boolean
|
|
805
|
+
PhotoFacesSupported:
|
|
806
|
+
type: boolean
|
|
807
|
+
PhotoVideosSupported:
|
|
808
|
+
type: boolean
|
|
809
|
+
PlaylistFoldersSupported:
|
|
810
|
+
type: boolean
|
|
811
|
+
PodcastsSupported:
|
|
812
|
+
type: boolean
|
|
813
|
+
RentalsSupported:
|
|
814
|
+
type: boolean
|
|
815
|
+
Ringtones:
|
|
816
|
+
type: boolean
|
|
817
|
+
ScreenHeight:
|
|
818
|
+
type: integer
|
|
819
|
+
ScreenScaleFactor:
|
|
820
|
+
type: integer
|
|
821
|
+
ScreenWidth:
|
|
822
|
+
type: integer
|
|
823
|
+
SupportedKeyboards:
|
|
824
|
+
type: array
|
|
825
|
+
values: string
|
|
826
|
+
SupportsAccessibility:
|
|
827
|
+
type: boolean
|
|
828
|
+
SupportsAirTraffic:
|
|
829
|
+
type: boolean
|
|
830
|
+
SupportsAlertTones:
|
|
831
|
+
type: boolean
|
|
832
|
+
SupportsAntiPhishing:
|
|
833
|
+
type: boolean
|
|
834
|
+
SupportsApplicationInstall:
|
|
835
|
+
type: boolean
|
|
836
|
+
SupportsCarrierBundleInstall:
|
|
837
|
+
type: boolean
|
|
838
|
+
SupportsConfigurationBlobs:
|
|
839
|
+
type: boolean
|
|
840
|
+
SupportsDownloadedPodcasts:
|
|
841
|
+
type: boolean
|
|
842
|
+
SupportsGenius:
|
|
843
|
+
type: boolean
|
|
844
|
+
SupportsGeniusMixes:
|
|
845
|
+
type: boolean
|
|
846
|
+
SupportsProvisioningBlobs:
|
|
847
|
+
type: boolean
|
|
848
|
+
SyncDataClasses:
|
|
849
|
+
type: array
|
|
850
|
+
TVShowRentalsSupported:
|
|
851
|
+
type: boolean
|
|
852
|
+
UseVoiceMemosFolder:
|
|
853
|
+
type: boolean
|
|
854
|
+
VideoCodecs:
|
|
855
|
+
type: dictionary
|
|
856
|
+
VideoPlaylistsSupported:
|
|
857
|
+
type: boolean
|
|
858
|
+
VoiceMemoFormats:
|
|
859
|
+
type: dictionary
|
|
860
|
+
VoiceMemosSupported:
|
|
861
|
+
type: boolean
|
|
862
|
+
iPhoneCheckpointVersion:
|
|
863
|
+
type: integer
|
|
864
|
+
iTunesStoreCapable:
|
|
865
|
+
type: boolean
|
|
866
|
+
iTunesUSupported:
|
|
867
|
+
type: boolean
|
|
36
868
|
com.apple.mobile.iTunes.accessories:
|
|
37
869
|
description:
|
|
38
870
|
properties:
|
|
871
|
+
com.apple.mobile.iTunes.SQLMusicLibraryPostProcessCommands:
|
|
872
|
+
com.apple.mobile.iTunes.store:
|
|
873
|
+
com.apple.mobile.lockdown_cache:
|
|
874
|
+
com.apple.mobile.lockdownd:
|
|
875
|
+
com.apple.mobile.mobile_application_usage:
|
|
876
|
+
com.apple.mobile.nikita:
|
|
39
877
|
com.apple.mobile.restriction:
|
|
878
|
+
description: Apple Configurator device restrictions (supervision)
|
|
879
|
+
properties:
|
|
880
|
+
ClosedCaptioningEnabledByiTunes:
|
|
881
|
+
CloudBackupEnabled:
|
|
882
|
+
DeveloperStatus:
|
|
883
|
+
EnableWifiConnections:
|
|
884
|
+
EnableWifiDebugging:
|
|
885
|
+
InvertDisplayEnabledByiTunes:
|
|
886
|
+
LastCloudBackupDate:
|
|
887
|
+
LastCloudBackupTZ:
|
|
888
|
+
MonoAudioEnabledByiTunes:
|
|
889
|
+
Notes:
|
|
890
|
+
ProhibitAppDelete:
|
|
891
|
+
type: boolean
|
|
892
|
+
ProhibitAppInstall:
|
|
893
|
+
type: boolean
|
|
894
|
+
RestoreState:
|
|
895
|
+
SetupState:
|
|
896
|
+
SpeakAutoCorrectionsEnabledByiTunes:
|
|
897
|
+
VoiceOverTouchEnabledByiTunes:
|
|
898
|
+
WillEncrypt:
|
|
899
|
+
ZoomTouchEnabledByiTunes:
|
|
900
|
+
com.apple.mobile.software_behavior:
|
|
901
|
+
description:
|
|
902
|
+
properties:
|
|
903
|
+
ChinaBrick:
|
|
904
|
+
type: boolean
|
|
905
|
+
GoogleMail:
|
|
906
|
+
type: boolean
|
|
907
|
+
NTSC:
|
|
908
|
+
type: boolean
|
|
909
|
+
NoVOIP:
|
|
910
|
+
type: boolean
|
|
911
|
+
NoWiFi:
|
|
912
|
+
type: boolean
|
|
913
|
+
ShutterClick:
|
|
914
|
+
type: boolean
|
|
915
|
+
Valid:
|
|
916
|
+
type: boolean
|
|
917
|
+
VolumeLimit:
|
|
918
|
+
type: boolean
|
|
919
|
+
com.apple.mobile.sync_data_class:
|
|
40
920
|
description:
|
|
41
921
|
properties:
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
922
|
+
Bookmarks:
|
|
923
|
+
type: dictionary
|
|
924
|
+
Calendars:
|
|
925
|
+
type: dictionary
|
|
926
|
+
Contacts:
|
|
927
|
+
type: dictionary
|
|
928
|
+
DeviceHandlesDefaultCalendar:
|
|
929
|
+
type: boolean
|
|
930
|
+
DeviceSupportsClearingData:
|
|
931
|
+
type: boolean
|
|
932
|
+
Mail Accounts:
|
|
933
|
+
type: dictionary
|
|
934
|
+
Notes:
|
|
935
|
+
type: dictionary
|
|
936
|
+
SupportsEncryptedBackups:
|
|
937
|
+
type: boolean
|
|
938
|
+
SyncSupportsCalDAV:
|
|
939
|
+
type: boolean
|
|
60
940
|
com.apple.mobile.tethered_sync:
|
|
61
941
|
description:
|
|
62
942
|
properties:
|
|
63
|
-
|
|
943
|
+
Notes:
|
|
944
|
+
com.apple.mobile.third_party_termination:
|
|
945
|
+
com.apple.mobile.user_preferences:
|
|
64
946
|
com.apple.mobile.wireless_lockdown:
|
|
65
947
|
description:
|
|
66
948
|
properties:
|
|
67
|
-
|
|
68
|
-
|
|
949
|
+
BonjourFullServiceName:
|
|
950
|
+
type: string
|
|
951
|
+
SupportsWifi:
|
|
952
|
+
type: boolean
|
|
953
|
+
SupportsWifiSyncing:
|
|
954
|
+
type: boolean
|
|
955
|
+
EnableWifiConnections:
|
|
956
|
+
description: Wheather the device will accept network connections to usbmuxd
|
|
957
|
+
(iTunes Wi-Fi Sync)
|
|
958
|
+
type: boolean
|
|
959
|
+
EnableWifiDebugging:
|
|
960
|
+
description: Wheather the device will accept network connections for debugging
|
|
961
|
+
/ developer services to usbmuxd
|
|
962
|
+
type: boolean
|
|
69
963
|
com.apple.MobileDeviceCrashCopy:
|
|
70
964
|
description:
|
|
71
965
|
properties:
|
|
966
|
+
com.apple.PurpleBuddy:
|
|
967
|
+
description:
|
|
968
|
+
properties:
|
|
969
|
+
CKPerBootTasks:
|
|
970
|
+
description:
|
|
971
|
+
type: array
|
|
972
|
+
values:
|
|
973
|
+
- CKAcccountInfoCacheReset
|
|
974
|
+
CKStartupTime:
|
|
975
|
+
type: integer
|
|
976
|
+
GuessedCountry:
|
|
977
|
+
description: Country code of country guessed in the setup experiance
|
|
978
|
+
type: string
|
|
979
|
+
HSA2UpgradeMiniBuddy3Ran:
|
|
980
|
+
type: boolean
|
|
981
|
+
Language:
|
|
982
|
+
description: Current Language / Country code pair
|
|
983
|
+
type: string
|
|
984
|
+
Locale:
|
|
985
|
+
type: string
|
|
986
|
+
PBAppActivity2Presented:
|
|
987
|
+
type: boolean
|
|
988
|
+
PBDiagnostics4Presented:
|
|
989
|
+
type: boolean
|
|
990
|
+
Passcode4Presented:
|
|
991
|
+
description: If the user was prompted for a simple (4 number) passcode at
|
|
992
|
+
setup
|
|
993
|
+
type: boolean
|
|
994
|
+
PaymentMiniBuddy4Ran:
|
|
995
|
+
description: If setup Apple Pay was run
|
|
996
|
+
type: boolean
|
|
997
|
+
PhoneNumberPermissionPresentedKey:
|
|
998
|
+
type: boolean
|
|
999
|
+
RestoreChoice:
|
|
1000
|
+
type: boolean
|
|
1001
|
+
SetupDone:
|
|
1002
|
+
type: boolean
|
|
1003
|
+
SetupFinishedAllSteps:
|
|
1004
|
+
type: boolean
|
|
1005
|
+
SetupLastExit:
|
|
1006
|
+
type: string
|
|
1007
|
+
format: datetime
|
|
1008
|
+
SetupState:
|
|
1009
|
+
type: string
|
|
1010
|
+
values:
|
|
1011
|
+
- SetupUsingAssistant
|
|
1012
|
+
SetupVersion:
|
|
1013
|
+
type: integer
|
|
1014
|
+
UserChoseLanguage:
|
|
1015
|
+
type: boolean
|
|
1016
|
+
WebKitAcceleratedDrawingEnabled:
|
|
1017
|
+
type: boolean
|
|
1018
|
+
chronicle:
|
|
1019
|
+
type: dictionary
|
|
1020
|
+
lastPrepareLaunchSentinel:
|
|
1021
|
+
type: array
|
|
1022
|
+
setupMigratorVersion:
|
|
1023
|
+
type: integer
|
|
72
1024
|
com.apple.purplebuddy:
|
|
73
1025
|
description:
|
|
74
1026
|
properties:
|
|
75
|
-
|
|
76
|
-
|
|
1027
|
+
RestoreState:
|
|
1028
|
+
SetupState:
|
|
1029
|
+
com.apple.security.mac.amfi:
|
|
1030
|
+
properties:
|
|
1031
|
+
DeveloperModeStatus:
|
|
77
1032
|
com.apple.TerminalFlashr:
|
|
78
1033
|
description:
|
|
79
1034
|
properties:
|
|
80
1035
|
com.apple.xcode.developerdomain:
|
|
81
1036
|
description:
|
|
82
1037
|
properties:
|
|
83
|
-
|
|
1038
|
+
DeveloperStatus:
|
|
1039
|
+
type: string
|
|
1040
|
+
values:
|
|
1041
|
+
- Development
|
data/share/nvram.yaml
CHANGED
|
@@ -190,7 +190,9 @@ nvram_variables:
|
|
|
190
190
|
- PPC
|
|
191
191
|
filesize:
|
|
192
192
|
fixed-lcm-boost:
|
|
193
|
+
fm-account-masked:
|
|
193
194
|
fm-activation-locked:
|
|
195
|
+
fm-spkeys:
|
|
194
196
|
fm-spstatus:
|
|
195
197
|
fmm-computer-name:
|
|
196
198
|
description: Current saved host name
|
|
@@ -299,6 +301,7 @@ nvram_variables:
|
|
|
299
301
|
ota-install-tonight:
|
|
300
302
|
ota-internal-failure-reason:
|
|
301
303
|
ota-internal-forced-reset-uptime:
|
|
304
|
+
ota-original-base-os-version:
|
|
302
305
|
ota-original-os-version:
|
|
303
306
|
ota-os-version:
|
|
304
307
|
ota-outcome:
|
|
@@ -452,6 +455,7 @@ nvram_variables:
|
|
|
452
455
|
upgrade-fallback-boot-command:
|
|
453
456
|
upgrade-retry:
|
|
454
457
|
usb-enabled:
|
|
458
|
+
usbcfwflasherResult:
|
|
455
459
|
use-generic?:
|
|
456
460
|
use-nvramrc?:
|
|
457
461
|
utc-offset:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apple-data
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.563
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rick Mark
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-01-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pathutil
|
|
@@ -291,7 +291,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
291
291
|
- !ruby/object:Gem::Version
|
|
292
292
|
version: '0'
|
|
293
293
|
requirements: []
|
|
294
|
-
rubygems_version: 3.
|
|
294
|
+
rubygems_version: 3.4.1
|
|
295
295
|
signing_key:
|
|
296
296
|
specification_version: 4
|
|
297
297
|
summary: Static data files from https://docs.hackdiffe.rent
|