From ca324155f8b33babf907704828c7903608db0aa2 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 2 Jun 2021 10:05:11 +0200 Subject: mobilesync: Set DeviceLink version to 400 to support iOS 14b4+ Thanks to @darshilgada24 for pointing this out. --- src/mobilesync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mobilesync.c') diff --git a/src/mobilesync.c b/src/mobilesync.c index 163a41e..8881e75 100644 --- a/src/mobilesync.c +++ b/src/mobilesync.c @@ -34,7 +34,7 @@ #include "device_link_service.h" #include "common/debug.h" -#define MSYNC_VERSION_INT1 300 +#define MSYNC_VERSION_INT1 400 #define MSYNC_VERSION_INT2 100 #define EMPTY_PARAMETER_STRING "___EmptyParameterString___" -- cgit v1.1-32-gdbae