From e667b49a4a6d7059c1ae8243961f764551f91a85 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 27 Jun 2022 03:38:13 +0200 Subject: Add --variant command line switch to specify build identity to use --- src/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 634fc09..97d5f96 100644 --- a/src/common.h +++ b/src/common.h @@ -124,6 +124,7 @@ struct idevicerestore_client_t { cond_t device_event_cond; int ignore_device_add_events; plist_t macos_variant; + char* restore_variant; }; extern struct idevicerestore_mode_t idevicerestore_modes[]; -- cgit v1.1-32-gdbae