summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-04-12 13:36:19 +0200
committerGravatar Nikias Bassen2022-04-12 13:36:19 +0200
commit71561a452a238eb7fa7aae8f1e2752fb357e4756 (patch)
tree8d335c24c591ef04ee78c759cd02c5852e14c198 /src/common.h
parent2eb8865b0fcbe9908a64e9b8b396a83ab0c28c2d (diff)
downloadidevicerestore-71561a452a238eb7fa7aae8f1e2752fb357e4756.tar.gz
idevicerestore-71561a452a238eb7fa7aae8f1e2752fb357e4756.tar.bz2
Use proper detection for macOS restore path (instead of version number comparison)
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index cce63a4..634fc09 100644
--- a/src/common.h
+++ b/src/common.h
@@ -123,6 +123,7 @@ struct idevicerestore_client_t {
mutex_t device_event_mutex;
cond_t device_event_cond;
int ignore_device_add_events;
+ plist_t macos_variant;
};
extern struct idevicerestore_mode_t idevicerestore_modes[];