summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Rudolf Tammekivi2018-08-28 12:37:44 +0300
committerGravatar Rudolf Tammekivi2018-08-28 12:46:14 +0300
commit5b0eafc634c294f9c85c7aa756d8f2e2970484c9 (patch)
tree1c0cdc908510b08aa0691fbf99ffcb7e4d8c0064
parent7173addac2c2702968c4f942d05b163177548f91 (diff)
downloadidevicerestore-5b0eafc634c294f9c85c7aa756d8f2e2970484c9.tar.gz
idevicerestore-5b0eafc634c294f9c85c7aa756d8f2e2970484c9.tar.bz2
restore: Add personalization tag for AppleLogo
-rw-r--r--src/img4.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/img4.c b/src/img4.c
index 88e3c70..3ac62fd 100644
--- a/src/img4.c
+++ b/src/img4.c
@@ -164,6 +164,8 @@ int img4_stitch_component(const char* component_name, const unsigned char* compo
memcpy((void*)tag, "rdtr", 4);
} else if (strcmp(component_name, "RestoreSEP") == 0) {
memcpy((void*)tag, "rsep", 4);
+ } else if (strcmp(component_name, "AppleLogo") == 0) {
+ memcpy((void*)tag, "rlgo", 4);
}
}