apple-data 1.0.421 → 1.0.424
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/4cc.yaml +2 -2
- data/share/backup.yaml +33 -33
- data/share/boot_args.yaml +1 -0
- data/share/bridgeos.yaml +108 -108
- data/share/bundles.yaml +1 -1
- data/share/dnssd.yaml +127 -126
- data/share/environment_variables.yaml +115 -65
- data/share/fdr.yaml +29 -30
- data/share/firmware.yaml +412 -397
- data/share/img4.yaml +3 -5
- data/share/ioreg.yaml +3 -1
- data/share/kext.yaml +173 -173
- data/share/keybags/8001.yaml +9824 -22159
- data/share/keybags/8010.yaml +7 -2
- data/share/keybags/8011.yaml +7 -2
- data/share/keybags/8015.yaml +7 -2
- data/share/keybags/8020.yaml +9 -4
- data/share/keybags/8027.yaml +8 -4
- data/share/keybags/8030.yaml +9 -5
- data/share/keybags/8101.yaml +8 -4
- data/share/lightning.yaml +24 -22
- data/share/lockdownd.yaml +13 -13
- data/share/mach_o.yaml +201 -172
- data/share/mobile_assets.yaml +26 -44
- data/share/nvram.yaml +2 -2
- data/share/pmu.yaml +20 -23
- data/share/services.yaml +9 -9
- data/share/sip.yaml +40 -37
- data/share/tipw_sync.yaml +79103 -0
- metadata +2 -5
- data/share/keybags/6000.yaml +0 -2
- data/share/keybags/8103.yaml +0 -16
- data/share/keybags/8110.yaml +0 -10
- data/share/tipw_mappings.yaml +0 -49
data/share/img4.yaml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
metadata:
|
|
3
3
|
description:
|
|
4
4
|
credits:
|
|
5
|
-
|
|
5
|
+
img4_tags:
|
|
6
6
|
acfw:
|
|
7
7
|
description:
|
|
8
8
|
ache:
|
|
@@ -124,8 +124,8 @@ tags:
|
|
|
124
124
|
dtrs:
|
|
125
125
|
description: device tree for recovery
|
|
126
126
|
ECID:
|
|
127
|
-
description: Exclusive chip identifier. This is burned into an eFuse at time
|
|
128
|
-
manufacture and unique across all devices sharing the same CHIP
|
|
127
|
+
description: Exclusive chip identifier. This is burned into an eFuse at time
|
|
128
|
+
of manufacture and unique across all devices sharing the same CHIP
|
|
129
129
|
width: 8
|
|
130
130
|
efib:
|
|
131
131
|
description:
|
|
@@ -135,8 +135,6 @@ tags:
|
|
|
135
135
|
description:
|
|
136
136
|
eg1n:
|
|
137
137
|
description:
|
|
138
|
-
eg1n:
|
|
139
|
-
description:
|
|
140
138
|
eg1t:
|
|
141
139
|
description:
|
|
142
140
|
eg3n:
|
data/share/ioreg.yaml
CHANGED
|
@@ -2537,7 +2537,8 @@ iokit_classes:
|
|
|
2537
2537
|
known_names:
|
|
2538
2538
|
- AppleSEPManager
|
|
2539
2539
|
AppleSEPXARTService:
|
|
2540
|
-
description: Secure Enclave Processor - xART or eXtenable Anti-Replay Tokens,
|
|
2540
|
+
description: Secure Enclave Processor - xART or eXtenable Anti-Replay Tokens,
|
|
2541
|
+
(GigaLocker)
|
|
2541
2542
|
parents:
|
|
2542
2543
|
- AppleSEPEndpointService
|
|
2543
2544
|
- IOService
|
|
@@ -5644,3 +5645,4 @@ iokit_classes:
|
|
|
5644
5645
|
- IORegistryEntry
|
|
5645
5646
|
known_names:
|
|
5646
5647
|
- X86PlatformShim
|
|
5648
|
+
ioreg_classes: {}
|