Skip to content

Commit

Permalink
remote: remove wetest drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Apr 29, 2024
1 parent 284d6e5 commit 44035fa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 0 additions & 17 deletions pymobiledevice3/cli/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 44035fa

Please sign in to comment.