summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-08-07 00:50:46 +0200
committerGravatar Nikias Bassen2020-08-07 00:50:46 +0200
commitb5d575c118ecfc2afcb12739433e916527182327 (patch)
treeb91e965625b9006b3b39cb9e64aad318b6f0d7b8
parent170e1c445e8c930f4ee9dddfb9f1bcf24c089962 (diff)
downloadlibimobiledevice-b5d575c118ecfc2afcb12739433e916527182327.tar.gz
libimobiledevice-b5d575c118ecfc2afcb12739433e916527182327.tar.bz2
mobilebackup2: Set DeviceLink version to 400 to support iOS 14b4+
-rw-r--r--src/mobilebackup2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobilebackup2.c b/src/mobilebackup2.c
index 56b7058..6c6556d 100644
--- a/src/mobilebackup2.c
+++ b/src/mobilebackup2.c
@@ -30,7 +30,7 @@
#include "device_link_service.h"
#include "common/debug.h"
-#define MBACKUP2_VERSION_INT1 300
+#define MBACKUP2_VERSION_INT1 400
#define MBACKUP2_VERSION_INT2 0
#define IS_FLAG_SET(x, y) ((x & y) == y)