summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2021-06-02 10:05:11 +0200
committerGravatar Nikias Bassen2021-06-02 10:05:36 +0200
commitca324155f8b33babf907704828c7903608db0aa2 (patch)
treed4b8d9ea6efae45b8646af4109937119ee2d52fd /src
parentd0136024c69167a98343710fa6fcdc5843851006 (diff)
downloadlibimobiledevice-ca324155f8b33babf907704828c7903608db0aa2.tar.gz
libimobiledevice-ca324155f8b33babf907704828c7903608db0aa2.tar.bz2
mobilesync: Set DeviceLink version to 400 to support iOS 14b4+
Thanks to @darshilgada24 for pointing this out.
Diffstat (limited to 'src')
-rw-r--r--src/mobilesync.c2
1 files changed, 1 insertions, 1 deletions
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___"