diff options
author | Nikias Bassen | 2021-08-10 02:12:38 +0200 |
---|---|---|
committer | Nikias Bassen | 2021-08-10 02:12:38 +0200 |
commit | 313b0d5ea1f33ceb78c860745befed8d660f447e (patch) | |
tree | 8f26ce64baff8004d4501b1f7233d07a3f12b2ef /src | |
parent | 18f6e42f261386f10c93f16d31c927704fdd78a3 (diff) | |
download | idevicerestore-313b0d5ea1f33ceb78c860745befed8d660f447e.tar.gz idevicerestore-313b0d5ea1f33ceb78c860745befed8d660f447e.tar.bz2 |
img4: Add Ap,SystemVolumeCanonicalMetadata and SystemVolume component tags
Diffstat (limited to 'src')
-rw-r--r-- | src/img4.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -291,6 +291,7 @@ static const char *_img4_get_component_tag(const char *compname) { "Ap,RestoreCIO", "rcio" }, { "Ap,RestoreTMU", "rtmu" }, { "Ap,Scorpius", "scpf" }, + { "Ap,SystemVolumeCanonicalMetadata", "msys" }, { "Ap,TMU", "tmuf" }, { "Ap,VolumeUUID", "vuid" }, { "AppleLogo", "logo" }, @@ -363,6 +364,7 @@ static const char *_img4_get_component_tag(const char *compname) { "SIO", "siof" }, { "StaticTrustCache", "trst" }, { "SystemLocker", "lckr" }, + { "SystemVolume", "isys" }, { "WCHFirmwareUpdater", "wchf" }, { NULL, NULL } }; |