summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-09-10 15:12:21 +0200
committerGravatar Nikias Bassen2020-09-10 15:12:21 +0200
commit98056a89648f431759c5fa4ed87c6ea6ba0cdd3f (patch)
tree074d103f38e53b4eaa19eb320ceccd55f1db528c /include
parentd857a83272d921929ae6ccf1fa70d85768840e84 (diff)
downloadlibimobiledevice-98056a89648f431759c5fa4ed87c6ea6ba0cdd3f.tar.gz
libimobiledevice-98056a89648f431759c5fa4ed87c6ea6ba0cdd3f.tar.bz2
debugserver: Fix service startup for iOS 14b4+
Diffstat (limited to 'include')
-rw-r--r--include/libimobiledevice/debugserver.h1
-rw-r--r--include/libimobiledevice/lockdown.h1
2 files changed, 2 insertions, 0 deletions
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 <libimobiledevice/lockdown.h>
#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;