pymobiledevice3 7.0.4__tar.gz → 7.0.6__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.
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/PKG-INFO +1 -1
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/_version.py +3 -3
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/cli_common.py +1 -3
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/lockdown_service.py +12 -9
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3.egg-info/PKG-INFO +1 -1
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/.gitattributes +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/.github/FUNDING.yml +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/.github/pull_request_template.md +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/.github/workflows/codeql.yml +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/.github/workflows/generate-executable.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/.github/workflows/markdown-lint.yml +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/.github/workflows/python-app.yml +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/.github/workflows/python-publish.yml +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/.gitignore +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/.pre-commit-config.yaml +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/CODE_OF_CONDUCT.md +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/CONTRIBUTING.md +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/LICENSE +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/README.md +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/example.gif +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/markdownlint-config.json +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/misc/DTServices-14.2.txt +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/misc/DTServices-14.5.txt +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/misc/RemoteXPC.md +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/misc/plist_sniffer.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/misc/pyinstaller.md +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/misc/remotexpc_sniffer.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/misc/understanding_idevice_protocol_layers.md +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/misc/usbmux_sniff.sh +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/__main__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/bonjour.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/ca.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/activation.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/afc.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/amfi.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/apps.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/backup.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/bonjour.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/companion_proxy.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/crash.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/accessibility/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/accessibility/settings.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/arbitration.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/condition.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/core_device.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/debugserver.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/dvt/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/dvt/core_profile_session.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/dvt/simulate_location.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/dvt/sysmon/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/dvt/sysmon/process.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/fetch_symbols.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/simulate_location.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/diagnostics/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/diagnostics/battery.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/idam.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/lockdown.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/mounter.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/notification.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/pcap.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/power_assertion.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/processes.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/profile.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/provision.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/remote.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/restore.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/springboard.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/syslog.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/usbmux.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/version.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/webinspector.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/common.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/exceptions.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/irecv.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/irecv_devices.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/lockdown.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/lockdown_service_provider.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/osu/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/osu/os_utils.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/osu/posix_util.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/osu/win_util.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/pair_records.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/remote/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/remote/common.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/remote/core_device/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/remote/core_device/app_service.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/remote/core_device/core_device_service.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/remote/core_device/device_info.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/remote/core_device/diagnostics_service.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/remote/core_device/file_service.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/remote/module_imports.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/remote/remote_service.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/remote/remote_service_discovery.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/remote/remotexpc.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/remote/tunnel_service.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/remote/utils.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/remote/xpc_message.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/resources/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/resources/dsc_uuid_map.json +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/resources/dsc_uuid_map.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/resources/firmware_notifications.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/resources/notifications.txt +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/resources/webinspector/element_attribute.js +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/resources/webinspector/element_clear.js +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/resources/webinspector/enter_fullscreen.js +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/resources/webinspector/find_nodes.js +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/resources/webinspector/focus.js +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/resources/webinspector/get_attribute.js +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/resources/webinspector/is_displayed.js +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/resources/webinspector/is_editable.js +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/resources/webinspector/is_enabled.js +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/restore/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/restore/asr.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/restore/base_restore.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/restore/consts.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/restore/device.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/restore/fdr.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/restore/ftab.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/restore/img4.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/restore/mbn.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/restore/recovery.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/restore/restore.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/restore/restore_options.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/restore/restored_client.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/restore/tss.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/service_connection.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/accessibilityaudit.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/afc.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/amfi.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/companion.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/crash_reports.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/debugserver_applist.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/device_arbitration.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/device_link.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/diagnostics.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dtfetchsymbols.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/dvt_secure_socket_proxy.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/dvt_testmanaged_proxy.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/instruments/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/instruments/activity_trace_tap.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/instruments/application_listing.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/instruments/condition_inducer.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/instruments/core_profile_session_tap.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/instruments/device_info.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/instruments/energy_monitor.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/instruments/graphics.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/instruments/location_simulation.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/instruments/location_simulation_base.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/instruments/network_monitor.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/instruments/notifications.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/instruments/process_control.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/instruments/screenshot.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/instruments/sysmontap.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/testmanaged/xcuitest.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/file_relay.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/heartbeat.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/house_arrest.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/idam.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/installation_proxy.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/misagent.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/mobile_activation.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/mobile_config.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/mobile_image_mounter.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/mobilebackup2.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/notification_proxy.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/os_trace.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/pcapd.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/power_assertion.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/preboard.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/remote_fetch_symbols.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/remote_server.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/restore_service.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/screenshot.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/simulate_location.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/springboard.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/syslog.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/web_protocol/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/web_protocol/alert.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/web_protocol/automation_session.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/web_protocol/cdp_screencast.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/web_protocol/cdp_server.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/web_protocol/cdp_target.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/web_protocol/driver.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/web_protocol/element.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/web_protocol/inspector_session.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/web_protocol/selenium_api.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/web_protocol/session_protocol.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/web_protocol/switch_to.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/webinspector.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/tcp_forwarder.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/tunneld/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/tunneld/api.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/tunneld/server.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/usbmux.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/utils.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3.egg-info/SOURCES.txt +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3.egg-info/dependency_links.txt +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3.egg-info/entry_points.txt +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3.egg-info/requires.txt +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3.egg-info/top_level.txt +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pyproject.toml +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pytest.ini +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/requirements.txt +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/setup.cfg +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/cli/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/cli/test_cli.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/conftest.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/instruments/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/instruments/test_core_profile_session.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/instruments/test_dvt_secure_socket_proxy.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/instruments/test_fetch_symbols.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/instruments/test_location.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/instruments/test_screenshot.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_accessibility.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_afc.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_apps.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_backup2.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_bonjour.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_crash_reports.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_house_arrest.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_list_devices.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_lockdown.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_pcapd.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_springboard_services_relay.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_start_tunnel.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_syslog_relay.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_tcp_forwarder.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_web_protocol/__init__.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_web_protocol/common.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_web_protocol/conftest.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_web_protocol/test_driver.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_web_protocol/test_element.py +0 -0
- {pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_webinspector.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pymobiledevice3
|
|
3
|
-
Version: 7.0.
|
|
3
|
+
Version: 7.0.6
|
|
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>
|
|
@@ -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 = '7.0.
|
|
32
|
-
__version_tuple__ = version_tuple = (7, 0,
|
|
31
|
+
__version__ = version = '7.0.6'
|
|
32
|
+
__version_tuple__ = version_tuple = (7, 0, 6)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g2026560ab'
|
|
@@ -206,7 +206,6 @@ def any_service_provider_dependency(
|
|
|
206
206
|
mobdev2: Annotated[
|
|
207
207
|
bool,
|
|
208
208
|
typer.Option(
|
|
209
|
-
expose_value=False,
|
|
210
209
|
help="Discover devices over bonjour/mobdev2 instead of usbmux.",
|
|
211
210
|
rich_help_panel=DEVICE_OPTIONS_PANEL_TITLE,
|
|
212
211
|
),
|
|
@@ -215,7 +214,6 @@ def any_service_provider_dependency(
|
|
|
215
214
|
Optional[str],
|
|
216
215
|
typer.Option(
|
|
217
216
|
envvar=USBMUX_ENV_VAR,
|
|
218
|
-
expose_value=False,
|
|
219
217
|
help=USBMUX_OPTION_HELP,
|
|
220
218
|
rich_help_panel=DEVICE_OPTIONS_PANEL_TITLE,
|
|
221
219
|
),
|
|
@@ -247,7 +245,7 @@ def any_service_provider_dependency(
|
|
|
247
245
|
return prompt_device_list(devices)
|
|
248
246
|
|
|
249
247
|
if udid is not None:
|
|
250
|
-
return create_using_usbmux(serial=udid)
|
|
248
|
+
return create_using_usbmux(serial=udid, usbmux_address=usbmux)
|
|
251
249
|
|
|
252
250
|
devices = select_devices_by_connection_type(connection_type="USB", usbmux_address=usbmux)
|
|
253
251
|
if len(devices) <= 1:
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/lockdown_service.py
RENAMED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import logging
|
|
2
|
+
from typing import Optional
|
|
3
|
+
|
|
4
|
+
from typing_extensions import Self
|
|
2
5
|
|
|
3
6
|
from pymobiledevice3.lockdown_service_provider import LockdownServiceProvider
|
|
4
7
|
from pymobiledevice3.service_connection import ServiceConnection
|
|
@@ -9,10 +12,10 @@ class LockdownService:
|
|
|
9
12
|
self,
|
|
10
13
|
lockdown: LockdownServiceProvider,
|
|
11
14
|
service_name: str,
|
|
12
|
-
is_developer_service=False,
|
|
13
|
-
service: ServiceConnection = None,
|
|
15
|
+
is_developer_service: bool = False,
|
|
16
|
+
service: Optional[ServiceConnection] = None,
|
|
14
17
|
include_escrow_bag: bool = False,
|
|
15
|
-
):
|
|
18
|
+
) -> None:
|
|
16
19
|
"""
|
|
17
20
|
:param lockdown: server provider
|
|
18
21
|
:param service_name: wrapped service name - will attempt
|
|
@@ -26,15 +29,15 @@ class LockdownService:
|
|
|
26
29
|
)
|
|
27
30
|
service = start_service(service_name, include_escrow_bag=include_escrow_bag)
|
|
28
31
|
|
|
29
|
-
self.service_name = service_name
|
|
30
|
-
self.lockdown = lockdown
|
|
31
|
-
self.service = service
|
|
32
|
-
self.logger = logging.getLogger(self.__module__)
|
|
32
|
+
self.service_name: str = service_name
|
|
33
|
+
self.lockdown: LockdownServiceProvider = lockdown
|
|
34
|
+
self.service: ServiceConnection = service
|
|
35
|
+
self.logger: logging.Logger = logging.getLogger(self.__module__)
|
|
33
36
|
|
|
34
|
-
def __enter__(self):
|
|
37
|
+
def __enter__(self) -> Self:
|
|
35
38
|
return self
|
|
36
39
|
|
|
37
|
-
async def __aenter__(self) ->
|
|
40
|
+
async def __aenter__(self) -> Self:
|
|
38
41
|
return self
|
|
39
42
|
|
|
40
43
|
def __exit__(self, exc_type, exc_val, exc_tb):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pymobiledevice3
|
|
3
|
-
Version: 7.0.
|
|
3
|
+
Version: 7.0.6
|
|
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>
|
|
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-7.0.4 → pymobiledevice3-7.0.6}/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
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/arbitration.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/core_device.py
RENAMED
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/debugserver.py
RENAMED
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/dvt/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/dvt/sysmon/__init__.py
RENAMED
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/dvt/sysmon/process.py
RENAMED
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/fetch_symbols.py
RENAMED
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/cli/developer/simulate_location.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
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/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-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/remote/core_device/__init__.py
RENAMED
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/remote/core_device/app_service.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/remote/core_device/device_info.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/remote/core_device/file_service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/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
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/resources/firmware_notifications.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/resources/webinspector/find_nodes.js
RENAMED
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/resources/webinspector/focus.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/resources/webinspector/is_enabled.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
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/accessibilityaudit.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/debugserver_applist.py
RENAMED
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/device_arbitration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/instruments/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/instruments/graphics.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-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/dvt/testmanaged/xcuitest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/installation_proxy.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/mobile_activation.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/mobile_image_mounter.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/notification_proxy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/remote_fetch_symbols.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/simulate_location.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/web_protocol/__init__.py
RENAMED
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/web_protocol/alert.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/web_protocol/cdp_server.py
RENAMED
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/web_protocol/cdp_target.py
RENAMED
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/web_protocol/driver.py
RENAMED
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/pymobiledevice3/services/web_protocol/element.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/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-7.0.4 → pymobiledevice3-7.0.6}/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
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/instruments/test_fetch_symbols.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/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
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_springboard_services_relay.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_web_protocol/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_web_protocol/conftest.py
RENAMED
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_web_protocol/test_driver.py
RENAMED
|
File without changes
|
{pymobiledevice3-7.0.4 → pymobiledevice3-7.0.6}/tests/services/test_web_protocol/test_element.py
RENAMED
|
File without changes
|
|
File without changes
|