From 151c680feb6a0775d1b979dbdfca2ac6fdfc8cad Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 15 Oct 2024 22:09:43 +0200 Subject: Fix iPhone 16 restore from normal mode and add support for RecoveryOS --- src/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 8085a1a..872d2f9 100644 --- a/src/common.h +++ b/src/common.h @@ -104,7 +104,9 @@ struct idevicerestore_client_t { int nonce_size; int image4supported; plist_t build_manifest; + plist_t firmware_preflight_info; plist_t preflight_info; + plist_t parameters; char* udid; char* srnm; ipsw_archive_t ipsw; @@ -131,6 +133,7 @@ struct idevicerestore_client_t { cond_t device_event_cond; int ignore_device_add_events; plist_t macos_variant; + plist_t recovery_variant; char* restore_variant; char* filesystem; int delete_fs; -- cgit v1.1-32-gdbae