pymobiledevice3 4.24.0__tar.gz → 4.24.2__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.24.0 → pymobiledevice3-4.24.2}/PKG-INFO +2 -2
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/_version.py +3 -3
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/mobile_activation.py +11 -8
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3.egg-info/PKG-INFO +2 -2
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3.egg-info/requires.txt +1 -1
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/requirements.txt +1 -1
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/.gitattributes +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/.github/FUNDING.yml +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/.github/pull_request_template.md +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/.github/workflows/codeql.yml +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/.github/workflows/generate-executable.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/.github/workflows/markdown-lint.yml +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/.github/workflows/python-app.yml +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/.github/workflows/python-publish.yml +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/.gitignore +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/.pre-commit-config.yaml +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/CODE_OF_CONDUCT.md +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/CONTRIBUTING.md +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/LICENSE +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/README.md +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/example.gif +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/markdownlint-config.json +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/misc/DTServices-14.2.txt +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/misc/DTServices-14.5.txt +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/misc/RemoteXPC.md +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/misc/plist_sniffer.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/misc/pyinstaller.md +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/misc/remotexpc_sniffer.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/misc/understanding_idevice_protocol_layers.md +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/misc/usbmux_sniff.sh +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/__init__.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/__main__.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/bonjour.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/ca.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/__init__.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/activation.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/afc.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/amfi.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/apps.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/backup.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/bonjour.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/cli_common.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/companion_proxy.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/completions.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/crash.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/developer.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/diagnostics.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/lockdown.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/mounter.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/notification.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/pcap.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/power_assertion.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/processes.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/profile.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/provision.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/remote.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/restore.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/springboard.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/syslog.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/usbmux.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/version.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/cli/webinspector.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/common.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/exceptions.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/irecv.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/irecv_devices.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/lockdown.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/lockdown_service_provider.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/osu/__init__.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/osu/os_utils.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/osu/posix_util.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/osu/win_util.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/pair_records.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/__init__.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/common.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/core_device/__init__.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/core_device/app_service.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/core_device/core_device_service.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/core_device/device_info.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/core_device/diagnostics_service.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/core_device/file_service.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/module_imports.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/remote_service.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/remote_service_discovery.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/remotexpc.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/tunnel_service.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/utils.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/xpc_message.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/resources/__init__.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/resources/dsc_uuid_map.json +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/resources/dsc_uuid_map.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/resources/firmware_notifications.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/resources/notifications.txt +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/resources/webinspector/element_attribute.js +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/resources/webinspector/element_clear.js +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/resources/webinspector/enter_fullscreen.js +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/resources/webinspector/find_nodes.js +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/resources/webinspector/focus.js +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/resources/webinspector/get_attribute.js +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/resources/webinspector/is_displayed.js +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/resources/webinspector/is_editable.js +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/resources/webinspector/is_enabled.js +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/restore/__init__.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/restore/asr.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/restore/base_restore.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/restore/consts.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/restore/device.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/restore/fdr.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/restore/ftab.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/restore/img4.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/restore/recovery.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/restore/restore.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/restore/restore_options.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/restore/restored_client.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/restore/tss.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/service_connection.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/__init__.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/accessibilityaudit.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/afc.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/amfi.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/companion.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/crash_reports.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/debugserver_applist.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/device_arbitration.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/device_link.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/diagnostics.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dtfetchsymbols.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dvt/__init__.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dvt/dvt_secure_socket_proxy.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dvt/dvt_testmanaged_proxy.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dvt/instruments/__init__.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dvt/instruments/activity_trace_tap.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dvt/instruments/application_listing.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dvt/instruments/condition_inducer.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dvt/instruments/core_profile_session_tap.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dvt/instruments/device_info.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dvt/instruments/energy_monitor.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dvt/instruments/graphics.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dvt/instruments/location_simulation.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dvt/instruments/location_simulation_base.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dvt/instruments/network_monitor.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dvt/instruments/notifications.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dvt/instruments/process_control.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dvt/instruments/screenshot.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dvt/instruments/sysmontap.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/dvt/testmanaged/xcuitest.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/file_relay.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/heartbeat.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/house_arrest.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/installation_proxy.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/lockdown_service.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/misagent.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/mobile_config.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/mobile_image_mounter.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/mobilebackup2.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/notification_proxy.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/os_trace.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/pcapd.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/power_assertion.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/preboard.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/remote_fetch_symbols.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/remote_server.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/restore_service.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/screenshot.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/simulate_location.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/springboard.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/syslog.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/web_protocol/__init__.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/web_protocol/alert.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/web_protocol/automation_session.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/web_protocol/cdp_screencast.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/web_protocol/cdp_server.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/web_protocol/cdp_target.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/web_protocol/driver.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/web_protocol/element.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/web_protocol/inspector_session.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/web_protocol/selenium_api.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/web_protocol/session_protocol.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/web_protocol/switch_to.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/webinspector.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/tcp_forwarder.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/tunneld/__init__.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/tunneld/api.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/tunneld/server.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/usbmux.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/utils.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3.egg-info/SOURCES.txt +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3.egg-info/dependency_links.txt +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3.egg-info/entry_points.txt +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3.egg-info/top_level.txt +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pyproject.toml +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pytest.ini +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/setup.cfg +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/__init__.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/cli/__init__.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/cli/test_cli.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/conftest.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/__init__.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/instruments/__init__.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/instruments/test_core_profile_session.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/instruments/test_dvt_secure_socket_proxy.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/instruments/test_fetch_symbols.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/instruments/test_location.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/instruments/test_screenshot.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_accessibility.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_afc.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_apps.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_backup2.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_bonjour.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_crash_reports.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_list_devices.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_lockdown.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_pcapd.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_springboard_services_relay.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_start_tunnel.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_syslog_relay.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_tcp_forwarder.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_web_protocol/__init__.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_web_protocol/common.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_web_protocol/conftest.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_web_protocol/test_driver.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_web_protocol/test_element.py +0 -0
- {pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_webinspector.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pymobiledevice3
|
|
3
|
-
Version: 4.24.
|
|
3
|
+
Version: 4.24.2
|
|
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>
|
|
@@ -39,7 +39,7 @@ Requires-Dist: parameter_decorators
|
|
|
39
39
|
Requires-Dist: packaging
|
|
40
40
|
Requires-Dist: pygnuutils>=0.0.7
|
|
41
41
|
Requires-Dist: cryptography>=41.0.1
|
|
42
|
-
Requires-Dist: pycrashreport>=1.2.
|
|
42
|
+
Requires-Dist: pycrashreport>=1.2.7
|
|
43
43
|
Requires-Dist: fastapi[all]>=0.93.0
|
|
44
44
|
Requires-Dist: uvicorn>=0.15.0
|
|
45
45
|
Requires-Dist: starlette
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '4.24.
|
|
32
|
-
__version_tuple__ = version_tuple = (4, 24,
|
|
31
|
+
__version__ = version = '4.24.2'
|
|
32
|
+
__version_tuple__ = version_tuple = (4, 24, 2)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g2d43f1c21'
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/mobile_activation.py
RENAMED
|
@@ -61,13 +61,13 @@ class MobileActivationService:
|
|
|
61
61
|
def state(self):
|
|
62
62
|
try:
|
|
63
63
|
return self.send_command('GetActivationStateRequest')['Value']
|
|
64
|
-
except:
|
|
64
|
+
except: # noqa
|
|
65
65
|
return self.lockdown.get_value(key='ActivationState')
|
|
66
66
|
|
|
67
67
|
def wait_for_activation_session(self):
|
|
68
68
|
try:
|
|
69
69
|
blob = self.create_activation_session_info()
|
|
70
|
-
except:
|
|
70
|
+
except: # noqa
|
|
71
71
|
return
|
|
72
72
|
handshake_request_message = blob['HandshakeRequestMessage']
|
|
73
73
|
while handshake_request_message == blob['HandshakeRequestMessage']:
|
|
@@ -90,33 +90,36 @@ class MobileActivationService:
|
|
|
90
90
|
|
|
91
91
|
def activate(self, skip_apple_id_query: bool = False) -> None:
|
|
92
92
|
if self.state != 'Unactivated':
|
|
93
|
-
self.logger.error(
|
|
93
|
+
self.logger.error('Device is already activated!')
|
|
94
94
|
return
|
|
95
95
|
|
|
96
96
|
try:
|
|
97
97
|
blob = self.create_activation_session_info()
|
|
98
98
|
session_mode = True
|
|
99
|
-
except:
|
|
99
|
+
except: # noqa
|
|
100
100
|
session_mode = False
|
|
101
101
|
|
|
102
102
|
# create drmHandshake request with blob from device
|
|
103
103
|
headers = {'Content-Type': 'application/x-apple-plist'}
|
|
104
104
|
headers.update(DEFAULT_HEADERS)
|
|
105
105
|
if session_mode:
|
|
106
|
-
content, headers = self.post(ACTIVATION_DRM_HANDSHAKE_DEFAULT_URL, data=plistlib.dumps(blob),
|
|
106
|
+
content, headers = self.post(ACTIVATION_DRM_HANDSHAKE_DEFAULT_URL, data=plistlib.dumps(blob),
|
|
107
|
+
headers=headers)
|
|
107
108
|
|
|
108
109
|
activation_request = {}
|
|
109
110
|
if session_mode:
|
|
110
111
|
activation_info = self.create_activation_info_with_session(content)
|
|
111
112
|
else:
|
|
112
113
|
activation_info = self.lockdown.get_value(key='ActivationInfo')
|
|
113
|
-
activation_request.update(
|
|
114
|
+
activation_request.update(
|
|
115
|
+
{'InStoreActivation': False, 'AppleSerialNumber': self.lockdown.get_value(key='SerialNumber')})
|
|
114
116
|
if self.lockdown.all_values.get('TelephonyCapability'):
|
|
115
117
|
req_pair = {'IMEI': 'InternationalMobileEquipmentIdentity',
|
|
116
118
|
'MEID': 'MobileEquipmentIdentifier',
|
|
117
119
|
'IMSI': 'InternationalMobileSubscriberIdentity',
|
|
118
120
|
'ICCID': 'IntegratedCircuitCardIdentity'}
|
|
119
121
|
|
|
122
|
+
has_meid = False
|
|
120
123
|
for k, v in req_pair.items():
|
|
121
124
|
lv = self.lockdown.all_values.get(v)
|
|
122
125
|
if lv is not None:
|
|
@@ -141,7 +144,7 @@ class MobileActivationService:
|
|
|
141
144
|
raise MobileActivationException('Device is iCloud locked')
|
|
142
145
|
try:
|
|
143
146
|
activation_form = self._get_activation_form_from_response(content.decode())
|
|
144
|
-
except:
|
|
147
|
+
except: # noqa
|
|
145
148
|
raise MobileActivationException('Activation server response is invalid')
|
|
146
149
|
else:
|
|
147
150
|
click.secho(activation_form.title, bold=True)
|
|
@@ -169,7 +172,7 @@ class MobileActivationService:
|
|
|
169
172
|
def deactivate(self):
|
|
170
173
|
try:
|
|
171
174
|
return self.send_command('DeactivateRequest')
|
|
172
|
-
except:
|
|
175
|
+
except: # noqa
|
|
173
176
|
return self.lockdown._request('Deactivate')
|
|
174
177
|
|
|
175
178
|
def create_activation_session_info(self):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pymobiledevice3
|
|
3
|
-
Version: 4.24.
|
|
3
|
+
Version: 4.24.2
|
|
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>
|
|
@@ -39,7 +39,7 @@ Requires-Dist: parameter_decorators
|
|
|
39
39
|
Requires-Dist: packaging
|
|
40
40
|
Requires-Dist: pygnuutils>=0.0.7
|
|
41
41
|
Requires-Dist: cryptography>=41.0.1
|
|
42
|
-
Requires-Dist: pycrashreport>=1.2.
|
|
42
|
+
Requires-Dist: pycrashreport>=1.2.7
|
|
43
43
|
Requires-Dist: fastapi[all]>=0.93.0
|
|
44
44
|
Requires-Dist: uvicorn>=0.15.0
|
|
45
45
|
Requires-Dist: starlette
|
|
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.24.0 → pymobiledevice3-4.24.2}/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.24.0 → pymobiledevice3-4.24.2}/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.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/core_device/__init__.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/core_device/app_service.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/core_device/device_info.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/core_device/file_service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/remote/remote_service_discovery.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/resources/dsc_uuid_map.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/resources/notifications.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/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
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/restore/restore_options.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/restore/restored_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/accessibilityaudit.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/debugserver_applist.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/device_arbitration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/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.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/installation_proxy.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/lockdown_service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/mobile_image_mounter.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/notification_proxy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/power_assertion.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/remote_fetch_symbols.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/restore_service.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/simulate_location.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/web_protocol/__init__.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/web_protocol/alert.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/web_protocol/driver.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/pymobiledevice3/services/web_protocol/element.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/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.24.0 → pymobiledevice3-4.24.2}/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.24.0 → pymobiledevice3-4.24.2}/tests/services/instruments/test_fetch_symbols.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/instruments/test_location.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/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.24.0 → pymobiledevice3-4.24.2}/tests/services/test_springboard_services_relay.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_web_protocol/__init__.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_web_protocol/common.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_web_protocol/conftest.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_web_protocol/test_driver.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.24.0 → pymobiledevice3-4.24.2}/tests/services/test_web_protocol/test_element.py
RENAMED
|
File without changes
|
|
File without changes
|