diff --git a/README.md b/README.md index 9e3697a3f..5e6f2aa92 100644 --- a/README.md +++ b/README.md @@ -175,8 +175,7 @@ Commands: > **NOTE:** Currently, this is only officially supported on macOS & Windows (up to iOS 17.3.1), but fully supported on > all platforms starting at iOS 17.4 using the new lockdown tunnel. For windows interaction with iOS 17.0-17.3.1, you'll -> need to install the additional WeTest drivers using: `pymobiledevice3 remote install-wetest-drivers` inside an -> administrator terminal +> need to install the additional drivers (we don't provide them) Starting at iOS 17.0, Apple introduced the new CoreDevice framework to work with iOS devices. This framework relies on the [RemoteXPC](https://github.com/doronz88/pymobiledevice3/blob/master/misc/RemoteXPC.md) protocol. In order to diff --git a/pymobiledevice3/cli/remote.py b/pymobiledevice3/cli/remote.py index 4de969e97..f8f2af9a9 100644 --- a/pymobiledevice3/cli/remote.py +++ b/pymobiledevice3/cli/remote.py @@ -255,20 +255,3 @@ def cli_service(service_provider: RemoteServiceDiscoveryService, service_name: s """ start an ipython shell for interacting with given service """ with service_provider.start_remote_service(service_name) as service: service.shell() - - -@remote_cli.command('install-wetest-drivers', cls=BaseCommand) -@sudo_required -def cli_install_wetest_drivers() -> None: - """ install WeTests drivers (windows-only) """ - import pywintunx_pmd3 - pywintunx_pmd3.install_wetest_driver() - - -@remote_cli.command('uninstall-wetest-drivers', cls=BaseCommand) -@sudo_required -def cli_uninstall_wetest_drivers() -> None: - """ uninstall WeTests drivers (windows-only) """ - import pywintunx_pmd3 - pywintunx_pmd3.uninstall_wetest_driver() - pywintunx_pmd3.delete_driver() diff --git a/requirements.txt b/requirements.txt index 121df9d16..f55314f21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,6 @@ developer_disk_image>=0.0.2 opack psutil pytun-pmd3>=2.0.5 -pywintunx-pmd3>=1.0.2 ; platform_system == "Windows" aiofiles prompt_toolkit sslpsk-pmd3>=1.0.3