pymobiledevice3 4.21.3__tar.gz → 4.21.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pymobiledevice3 might be problematic. Click here for more details.
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/PKG-INFO +2 -2
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/_version.py +2 -2
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/tunnel_service.py +21 -10
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/restore/restore.py +1 -1
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3.egg-info/PKG-INFO +2 -2
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3.egg-info/requires.txt +1 -1
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/requirements.txt +1 -1
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/.gitattributes +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/.github/FUNDING.yml +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/.github/pull_request_template.md +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/.github/workflows/codeql.yml +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/.github/workflows/generate-executable.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/.github/workflows/markdown-lint.yml +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/.github/workflows/python-app.yml +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/.github/workflows/python-publish.yml +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/.gitignore +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/.pre-commit-config.yaml +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/CODE_OF_CONDUCT.md +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/CONTRIBUTING.md +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/LICENSE +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/README.md +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/example.gif +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/markdownlint-config.json +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/misc/DTServices-14.2.txt +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/misc/DTServices-14.5.txt +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/misc/RemoteXPC.md +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/misc/plist_sniffer.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/misc/pyinstaller.md +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/misc/remotexpc_sniffer.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/misc/understanding_idevice_protocol_layers.md +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/misc/usbmux_sniff.sh +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/__init__.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/__main__.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/bonjour.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/ca.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/__init__.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/activation.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/afc.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/amfi.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/apps.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/backup.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/bonjour.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/cli_common.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/companion_proxy.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/completions.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/crash.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/developer.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/diagnostics.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/lockdown.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/mounter.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/notification.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/pcap.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/power_assertion.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/processes.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/profile.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/provision.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/remote.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/restore.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/springboard.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/syslog.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/usbmux.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/version.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/cli/webinspector.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/common.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/exceptions.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/irecv.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/irecv_devices.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/lockdown.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/lockdown_service_provider.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/osu/__init__.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/osu/os_utils.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/osu/posix_util.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/osu/win_util.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/pair_records.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/__init__.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/common.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/core_device/__init__.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/core_device/app_service.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/core_device/core_device_service.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/core_device/device_info.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/core_device/diagnostics_service.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/core_device/file_service.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/module_imports.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/remote_service.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/remote_service_discovery.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/remotexpc.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/utils.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/xpc_message.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/resources/__init__.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/resources/dsc_uuid_map.json +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/resources/dsc_uuid_map.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/resources/firmware_notifications.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/resources/notifications.txt +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/resources/webinspector/element_attribute.js +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/resources/webinspector/element_clear.js +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/resources/webinspector/enter_fullscreen.js +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/resources/webinspector/find_nodes.js +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/resources/webinspector/focus.js +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/resources/webinspector/get_attribute.js +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/resources/webinspector/is_displayed.js +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/resources/webinspector/is_editable.js +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/resources/webinspector/is_enabled.js +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/restore/__init__.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/restore/asr.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/restore/base_restore.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/restore/consts.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/restore/device.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/restore/fdr.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/restore/ftab.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/restore/img4.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/restore/recovery.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/restore/restore_options.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/restore/restored_client.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/restore/tss.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/service_connection.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/__init__.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/accessibilityaudit.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/afc.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/amfi.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/companion.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/crash_reports.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/debugserver_applist.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/device_arbitration.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/device_link.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/diagnostics.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dtfetchsymbols.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dvt/__init__.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dvt/dvt_secure_socket_proxy.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dvt/dvt_testmanaged_proxy.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dvt/instruments/__init__.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dvt/instruments/activity_trace_tap.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dvt/instruments/application_listing.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dvt/instruments/condition_inducer.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dvt/instruments/core_profile_session_tap.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dvt/instruments/device_info.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dvt/instruments/energy_monitor.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dvt/instruments/graphics.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dvt/instruments/location_simulation.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dvt/instruments/location_simulation_base.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dvt/instruments/network_monitor.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dvt/instruments/notifications.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dvt/instruments/process_control.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dvt/instruments/screenshot.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dvt/instruments/sysmontap.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dvt/testmanaged/xcuitest.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/file_relay.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/heartbeat.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/house_arrest.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/installation_proxy.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/lockdown_service.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/misagent.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/mobile_activation.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/mobile_config.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/mobile_image_mounter.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/mobilebackup2.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/notification_proxy.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/os_trace.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/pcapd.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/power_assertion.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/preboard.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/remote_fetch_symbols.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/remote_server.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/restore_service.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/screenshot.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/simulate_location.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/springboard.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/syslog.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/web_protocol/__init__.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/web_protocol/alert.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/web_protocol/automation_session.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/web_protocol/cdp_screencast.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/web_protocol/cdp_server.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/web_protocol/cdp_target.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/web_protocol/driver.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/web_protocol/element.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/web_protocol/inspector_session.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/web_protocol/selenium_api.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/web_protocol/session_protocol.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/web_protocol/switch_to.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/webinspector.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/tcp_forwarder.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/tunneld/__init__.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/tunneld/api.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/tunneld/server.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/usbmux.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/utils.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3.egg-info/SOURCES.txt +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3.egg-info/dependency_links.txt +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3.egg-info/entry_points.txt +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3.egg-info/top_level.txt +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pyproject.toml +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pytest.ini +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/setup.cfg +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/__init__.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/cli/__init__.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/cli/test_cli.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/conftest.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/__init__.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/instruments/__init__.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/instruments/test_core_profile_session.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/instruments/test_dvt_secure_socket_proxy.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/instruments/test_fetch_symbols.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/instruments/test_location.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/instruments/test_screenshot.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_accessibility.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_afc.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_apps.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_backup2.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_bonjour.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_crash_reports.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_list_devices.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_lockdown.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_pcapd.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_springboard_services_relay.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_start_tunnel.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_syslog_relay.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_tcp_forwarder.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_web_protocol/__init__.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_web_protocol/common.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_web_protocol/conftest.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_web_protocol/test_driver.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_web_protocol/test_element.py +0 -0
- {pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_webinspector.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pymobiledevice3
|
|
3
|
-
Version: 4.21.
|
|
3
|
+
Version: 4.21.5
|
|
4
4
|
Summary: Pure python3 implementation for working with iDevices (iPhone, etc...)
|
|
5
5
|
Author-email: doronz88 <doron88@gmail.com>, matan <matan1008@gmail.com>
|
|
6
6
|
Maintainer-email: doronz88 <doron88@gmail.com>, matan <matan1008@gmail.com>
|
|
@@ -58,7 +58,7 @@ Requires-Dist: qh3<2,>=1.0.0
|
|
|
58
58
|
Requires-Dist: developer_disk_image>=0.0.2
|
|
59
59
|
Requires-Dist: opack2
|
|
60
60
|
Requires-Dist: psutil
|
|
61
|
-
Requires-Dist: pytun-pmd3>=2.0
|
|
61
|
+
Requires-Dist: pytun-pmd3>=2.1.0
|
|
62
62
|
Requires-Dist: aiofiles
|
|
63
63
|
Requires-Dist: prompt_toolkit
|
|
64
64
|
Requires-Dist: sslpsk-pmd3>=1.0.3; python_version < "3.13"
|
|
@@ -68,6 +68,7 @@ from pymobiledevice3.remote.xpc_message import XpcInt64Type, XpcUInt64Type
|
|
|
68
68
|
from pymobiledevice3.service_connection import ServiceConnection
|
|
69
69
|
from pymobiledevice3.utils import asyncio_print_traceback
|
|
70
70
|
|
|
71
|
+
DEFAULT_INTERFACE_NAME = 'pymobiledevice3-tunnel'
|
|
71
72
|
TIMEOUT = 1
|
|
72
73
|
|
|
73
74
|
OSUTIL = get_os_utils()
|
|
@@ -168,16 +169,23 @@ class RemotePairingTunnel(ABC):
|
|
|
168
169
|
await self.send_packet_to_device(packet)
|
|
169
170
|
else:
|
|
170
171
|
while True:
|
|
171
|
-
packet = await
|
|
172
|
+
packet = await self.tun.async_read()
|
|
172
173
|
if packet:
|
|
174
|
+
if (packet[0] >> 4) != 6:
|
|
175
|
+
# Make sure to output only IPv6 packets
|
|
176
|
+
continue
|
|
173
177
|
await self.send_packet_to_device(packet)
|
|
174
178
|
except ConnectionResetError:
|
|
175
179
|
self._logger.warning(f'got connection reset in {asyncio.current_task().get_name()}')
|
|
176
180
|
except OSError:
|
|
177
181
|
self._logger.warning(f'got oserror in {asyncio.current_task().get_name()}')
|
|
178
182
|
|
|
179
|
-
def start_tunnel(self, address: str, mtu: int) -> None:
|
|
180
|
-
|
|
183
|
+
def start_tunnel(self, address: str, mtu: int, interface_name=DEFAULT_INTERFACE_NAME) -> None:
|
|
184
|
+
if 'win32' == sys.platform:
|
|
185
|
+
# Only win32 tunnel implementation supports interface name
|
|
186
|
+
self.tun = TunTapDevice(interface_name)
|
|
187
|
+
else:
|
|
188
|
+
self.tun = TunTapDevice()
|
|
181
189
|
self.tun.addr = address
|
|
182
190
|
self.tun.mtu = mtu
|
|
183
191
|
self.tun.up()
|
|
@@ -232,8 +240,8 @@ class RemotePairingQuicTunnel(RemotePairingTunnel, QuicConnectionProtocol):
|
|
|
232
240
|
await self.ping()
|
|
233
241
|
await asyncio.sleep(self._quic.configuration.idle_timeout / 2)
|
|
234
242
|
|
|
235
|
-
def start_tunnel(self, address: str, mtu: int) -> None:
|
|
236
|
-
super().start_tunnel(address, mtu)
|
|
243
|
+
def start_tunnel(self, address: str, mtu: int, interface_name=DEFAULT_INTERFACE_NAME) -> None:
|
|
244
|
+
super().start_tunnel(address, mtu, interface_name=interface_name)
|
|
237
245
|
self._keep_alive_task = asyncio.create_task(self.keep_alive_task())
|
|
238
246
|
|
|
239
247
|
async def stop_tunnel(self) -> None:
|
|
@@ -295,8 +303,8 @@ class RemotePairingTcpTunnel(RemotePairingTunnel):
|
|
|
295
303
|
await self._writer.drain()
|
|
296
304
|
return json.loads(CDTunnelPacket.parse(await self._reader.read(self.REQUESTED_MTU)).body)
|
|
297
305
|
|
|
298
|
-
def start_tunnel(self, address: str, mtu: int) -> None:
|
|
299
|
-
super().start_tunnel(address, mtu)
|
|
306
|
+
def start_tunnel(self, address: str, mtu: int, interface_name=DEFAULT_INTERFACE_NAME) -> None:
|
|
307
|
+
super().start_tunnel(address, mtu, interface_name=interface_name)
|
|
300
308
|
self._sock_read_task = asyncio.create_task(self.sock_read_task(), name=f'sock-read-task-{address}')
|
|
301
309
|
|
|
302
310
|
async def stop_tunnel(self) -> None:
|
|
@@ -437,7 +445,8 @@ class RemotePairingProtocol(StartTcpTunnel):
|
|
|
437
445
|
await client.wait_connected()
|
|
438
446
|
handshake_response = await client.request_tunnel_establish()
|
|
439
447
|
client.start_tunnel(handshake_response['clientParameters']['address'],
|
|
440
|
-
handshake_response['clientParameters']['mtu']
|
|
448
|
+
handshake_response['clientParameters']['mtu'],
|
|
449
|
+
interface_name=f'{DEFAULT_INTERFACE_NAME}-{self.remote_identifier}')
|
|
441
450
|
try:
|
|
442
451
|
yield TunnelResult(
|
|
443
452
|
client.tun.name, handshake_response['serverAddress'], handshake_response['serverRSDPort'],
|
|
@@ -471,7 +480,8 @@ class RemotePairingProtocol(StartTcpTunnel):
|
|
|
471
480
|
handshake_response = await tunnel.request_tunnel_establish()
|
|
472
481
|
|
|
473
482
|
tunnel.start_tunnel(handshake_response['clientParameters']['address'],
|
|
474
|
-
handshake_response['clientParameters']['mtu']
|
|
483
|
+
handshake_response['clientParameters']['mtu'],
|
|
484
|
+
interface_name=f'{DEFAULT_INTERFACE_NAME}-{self.remote_identifier}')
|
|
475
485
|
|
|
476
486
|
try:
|
|
477
487
|
yield TunnelResult(
|
|
@@ -945,7 +955,8 @@ class CoreDeviceTunnelProxy(StartTcpTunnel):
|
|
|
945
955
|
tunnel = RemotePairingTcpTunnel(self._service.reader, self._service.writer)
|
|
946
956
|
handshake_response = await tunnel.request_tunnel_establish()
|
|
947
957
|
tunnel.start_tunnel(handshake_response['clientParameters']['address'],
|
|
948
|
-
handshake_response['clientParameters']['mtu']
|
|
958
|
+
handshake_response['clientParameters']['mtu'],
|
|
959
|
+
interface_name=f'{DEFAULT_INTERFACE_NAME}-{self.remote_identifier}')
|
|
949
960
|
try:
|
|
950
961
|
yield TunnelResult(
|
|
951
962
|
tunnel.tun.name, handshake_response['serverAddress'], handshake_response['serverRSDPort'],
|
|
@@ -220,7 +220,7 @@ class Restore(BaseRestore):
|
|
|
220
220
|
elif image_name == '__SystemVersion__':
|
|
221
221
|
data = self.ipsw.system_version
|
|
222
222
|
else:
|
|
223
|
-
data = self.get_personalized_data(component_name,
|
|
223
|
+
data = self.get_personalized_data(component_name, tss=self.recovery.tss)
|
|
224
224
|
|
|
225
225
|
self.logger.info(f'Sending {component_name} now...')
|
|
226
226
|
chunk_size = 8192
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pymobiledevice3
|
|
3
|
-
Version: 4.21.
|
|
3
|
+
Version: 4.21.5
|
|
4
4
|
Summary: Pure python3 implementation for working with iDevices (iPhone, etc...)
|
|
5
5
|
Author-email: doronz88 <doron88@gmail.com>, matan <matan1008@gmail.com>
|
|
6
6
|
Maintainer-email: doronz88 <doron88@gmail.com>, matan <matan1008@gmail.com>
|
|
@@ -58,7 +58,7 @@ Requires-Dist: qh3<2,>=1.0.0
|
|
|
58
58
|
Requires-Dist: developer_disk_image>=0.0.2
|
|
59
59
|
Requires-Dist: opack2
|
|
60
60
|
Requires-Dist: psutil
|
|
61
|
-
Requires-Dist: pytun-pmd3>=2.0
|
|
61
|
+
Requires-Dist: pytun-pmd3>=2.1.0
|
|
62
62
|
Requires-Dist: aiofiles
|
|
63
63
|
Requires-Dist: prompt_toolkit
|
|
64
64
|
Requires-Dist: sslpsk-pmd3>=1.0.3; python_version < "3.13"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/misc/understanding_idevice_protocol_layers.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/lockdown_service_provider.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/core_device/__init__.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/core_device/app_service.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/core_device/device_info.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/core_device/file_service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/remote/remote_service_discovery.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/resources/dsc_uuid_map.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/resources/notifications.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/resources/webinspector/focus.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/restore/restore_options.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/restore/restored_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/accessibilityaudit.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/debugserver_applist.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/device_arbitration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/dtfetchsymbols.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/installation_proxy.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/lockdown_service.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/mobile_activation.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/mobile_image_mounter.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/notification_proxy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/power_assertion.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/remote_fetch_symbols.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/restore_service.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/simulate_location.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/web_protocol/__init__.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/web_protocol/alert.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/web_protocol/driver.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/web_protocol/element.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3/services/web_protocol/switch_to.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/pymobiledevice3.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/instruments/test_fetch_symbols.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/instruments/test_location.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/instruments/test_screenshot.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_springboard_services_relay.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_web_protocol/__init__.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_web_protocol/common.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_web_protocol/conftest.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_web_protocol/test_driver.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.21.3 → pymobiledevice3-4.21.5}/tests/services/test_web_protocol/test_element.py
RENAMED
|
File without changes
|
|
File without changes
|