Skip to content

Commit 2fdc116

Browse files
committed
fix: Bump to new IPC version
1 parent 347f298 commit 2fdc116

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Overview
22

33
This project exposes [pymobiledevice3](https://github.com/doronz88/pymobiledevice3) via an JSon IPC protocol via TCP.
4-
4+
It is compatible with python 3.9+.
55

66
## How to launch
77
It can be launched via `python3 handler.py <port_file>`.

handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from pymobiledevice3.tunneld.server import TunneldRunner
3838
from pymobiledevice3.usbmux import *
3939

40-
IPC_VERSION = 6
40+
IPC_VERSION = 7
4141

4242
# Global event used to signal graceful shutdown from the "exit" command.
4343
_shutdown_event: Optional[asyncio.Event] = None

0 commit comments

Comments
 (0)