From 98056a89648f431759c5fa4ed87c6ea6ba0cdd3f Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 10 Sep 2020 15:12:21 +0200 Subject: debugserver: Fix service startup for iOS 14b4+ --- include/libimobiledevice/debugserver.h | 1 + include/libimobiledevice/lockdown.h | 1 + 2 files changed, 2 insertions(+) (limited to 'include') diff --git a/include/libimobiledevice/debugserver.h b/include/libimobiledevice/debugserver.h index 8ff31fb..ce8176c 100644 --- a/include/libimobiledevice/debugserver.h +++ b/include/libimobiledevice/debugserver.h @@ -31,6 +31,7 @@ extern "C" { #include #define DEBUGSERVER_SERVICE_NAME "com.apple.debugserver" +#define DEBUGSERVER_SECURE_SERVICE_NAME DEBUGSERVER_SERVICE_NAME ".DVTSecureSocketProxy" /** Error Codes */ typedef enum { diff --git a/include/libimobiledevice/lockdown.h b/include/libimobiledevice/lockdown.h index a660f33..c35e5e9 100644 --- a/include/libimobiledevice/lockdown.h +++ b/include/libimobiledevice/lockdown.h @@ -96,6 +96,7 @@ typedef struct lockdownd_pair_record *lockdownd_pair_record_t; struct lockdownd_service_descriptor { uint16_t port; uint8_t ssl_enabled; + char* identifier; }; typedef struct lockdownd_service_descriptor *lockdownd_service_descriptor_t; -- cgit v1.1-32-gdbae