apple-data 1.0.414 → 1.0.415

Sign up to get free protection for your applications and to get access to all the features.
data/share/keys.yaml CHANGED
@@ -1,4 +1,7 @@
1
1
  ---
2
+ metadata:
3
+ description:
4
+ credits:
2
5
  keys:
3
6
  0x07D0: uid
4
7
  0x03E8: gid
data/share/lightning.yaml CHANGED
@@ -1,7 +1,8 @@
1
1
  ---
2
- description: Lightning Accessory IDs and protocols
3
- credit:
4
- - https://nyansatan.github.io/lightning/
2
+ metadata:
3
+ description: Lightning Accessory IDs and protocols
4
+ credit:
5
+ - https://nyansatan.github.io/lightning/
5
6
  accessory_id:
6
7
  reset:
7
8
  description: Causes the Hydra/Tristar to pull the device through reset
data/share/lockdownd.yaml CHANGED
@@ -1,79 +1,82 @@
1
1
  ---
2
+ metadata:
3
+ description:
4
+ credits:
2
5
  clients:
3
- - AMPDeviceDiscoveryAgent
4
- - Safari
5
- - SpringBoard
6
- - accountsd
7
- - atwakeup
8
- - backupd
6
+ - AMPDeviceDiscoveryAgent
7
+ - Safari
8
+ - SpringBoard
9
+ - accountsd
10
+ - atwakeup
11
+ - backupd
9
12
  domains:
10
- - name: com.apple.Accessibility
11
- description:
12
- properties:
13
- - ClosedCaptioningEnabledByiTunes
14
- - InvertDisplayEnabledByiTunes
15
- - MonoAudioEnabledByiTunes
16
- - SpeakAutoCorrectionsEnabledByiTunes
17
- - VoiceOverTouchEnabledByiTunes
18
- - ZoomTouchEnabledByiTunes
19
- - name: com.apple.MobileDeviceCrashCopy
20
- description:
21
- properties: []
22
- - name: com.apple.TerminalFlashr
23
- description:
24
- properties: []
25
- - name: com.apple.mobile.backup
26
- description:
27
- properties:
28
- - CloudBackupEnabled
29
- - LastCloudBackupDate
30
- - LastCloudBackupTZ
31
- - WillEncrypt
32
- - name: com.apple.mobile.data_sync
33
- description:
34
- properties: []
35
- - name: com.apple.mobile.iTunes
36
- description:
37
- properties: []
38
- - name: com.apple.mobile.iTunes.accessories
39
- description:
40
- properties: []
41
- - name: com.apple.mobile.restriction
42
- description:
43
- properties:
44
- - ClosedCaptioningEnabledByiTunes
45
- - CloudBackupEnabled
46
- - DeveloperStatus
47
- - EnableWifiConnections
48
- - EnableWifiDebugging
49
- - InvertDisplayEnabledByiTunes
50
- - LastCloudBackupDate
51
- - LastCloudBackupTZ
52
- - MonoAudioEnabledByiTunes
53
- - Notes
54
- - ProhibitAppDelete
55
- - ProhibitAppInstall
56
- - RestoreState
57
- - SetupState
58
- - SpeakAutoCorrectionsEnabledByiTunes
59
- - VoiceOverTouchEnabledByiTunes
60
- - WillEncrypt
61
- - ZoomTouchEnabledByiTunes
62
- - name: com.apple.mobile.tethered_sync
63
- description:
64
- properties:
65
- - Notes
66
- - name: com.apple.mobile.wireless_lockdown
67
- description:
68
- properties:
69
- - EnableWifiConnections
70
- - EnableWifiDebugging
71
- - name: com.apple.purplebuddy
72
- description:
73
- properties:
74
- - RestoreState
75
- - SetupState
76
- - name: com.apple.xcode.developerdomain
77
- description:
78
- properties:
79
- - DeveloperStatus
13
+ com.apple.Accessibility:
14
+ description:
15
+ properties:
16
+ - ClosedCaptioningEnabledByiTunes
17
+ - InvertDisplayEnabledByiTunes
18
+ - MonoAudioEnabledByiTunes
19
+ - SpeakAutoCorrectionsEnabledByiTunes
20
+ - VoiceOverTouchEnabledByiTunes
21
+ - ZoomTouchEnabledByiTunes
22
+ com.apple.MobileDeviceCrashCopy:
23
+ description:
24
+ properties: []
25
+ com.apple.TerminalFlashr:
26
+ description:
27
+ properties: []
28
+ com.apple.mobile.backup:
29
+ description:
30
+ properties:
31
+ - CloudBackupEnabled
32
+ - LastCloudBackupDate
33
+ - LastCloudBackupTZ
34
+ - WillEncrypt
35
+ com.apple.mobile.data_sync:
36
+ description:
37
+ properties: []
38
+ com.apple.mobile.iTunes:
39
+ description:
40
+ properties: []
41
+ com.apple.mobile.iTunes.accessories:
42
+ description:
43
+ properties: []
44
+ com.apple.mobile.restriction:
45
+ description:
46
+ properties:
47
+ - ClosedCaptioningEnabledByiTunes
48
+ - CloudBackupEnabled
49
+ - DeveloperStatus
50
+ - EnableWifiConnections
51
+ - EnableWifiDebugging
52
+ - InvertDisplayEnabledByiTunes
53
+ - LastCloudBackupDate
54
+ - LastCloudBackupTZ
55
+ - MonoAudioEnabledByiTunes
56
+ - Notes
57
+ - ProhibitAppDelete
58
+ - ProhibitAppInstall
59
+ - RestoreState
60
+ - SetupState
61
+ - SpeakAutoCorrectionsEnabledByiTunes
62
+ - VoiceOverTouchEnabledByiTunes
63
+ - WillEncrypt
64
+ - ZoomTouchEnabledByiTunes
65
+ com.apple.mobile.tethered_sync:
66
+ description:
67
+ properties:
68
+ - Notes
69
+ com.apple.mobile.wireless_lockdown:
70
+ description:
71
+ properties:
72
+ - EnableWifiConnections
73
+ - EnableWifiDebugging
74
+ com.apple.purplebuddy:
75
+ description:
76
+ properties:
77
+ - RestoreState
78
+ - SetupState
79
+ com.apple.xcode.developerdomain:
80
+ description:
81
+ properties:
82
+ - DeveloperStatus
data/share/mach_o.yaml CHANGED
@@ -1,4 +1,7 @@
1
1
  ---
2
+ metadata:
3
+ description:
4
+ credits:
2
5
  cpu_types:
3
6
  file_types:
4
7
  MH_OBJECT:
@@ -1,4 +1,8 @@
1
1
  ---
2
+ metadata:
3
+ description:
4
+ credits:
5
+ mobile_assets:
2
6
  - url: https://mesu.apple.com/assets/AirPods2021Seed/com_apple_MobileAsset_MobileAccessoryUpdate_A2084_EA/com_apple_MobileAsset_MobileAccessoryUpdate_A2084_EA.xml
3
7
  asset_type: com.apple.MobileAsset.MobileAccessoryUpdate.A2084.EA
4
8
  - url: https://mesu.apple.com/assets/audio/com_apple_MobileAsset_ImageCaptionModel/com_apple_MobileAsset_ImageCaptionModel.xml