From 8664de040b36518c2b1b76edb9cbf9e5a8613965 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 7 Nov 2023 14:45:04 +0100 Subject: Print device Product and Build Version and IPSW Product and Build Version It wasn't entirely clear what "Product Version" and "Product Build" would be so prefixing it with "IPSW" makes it clear it's the version being restored. --- src/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index c2a96b0..f7b1dcd 100644 --- a/src/common.h +++ b/src/common.h @@ -114,6 +114,8 @@ struct idevicerestore_client_t { struct idevicerestore_mode_t* mode; char* version; char* build; + char* device_version; + char* device_build; int build_major; char* restore_boot_args; char* cache_dir; -- cgit v1.1-32-gdbae