pymobiledevice3 4.26.5__tar.gz → 4.26.7__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.26.7/.github/workflows/python-app.yml +45 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/PKG-INFO +2 -1
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/__main__.py +4 -1
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/_version.py +3 -3
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3.egg-info/PKG-INFO +2 -1
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pyproject.toml +1 -0
- pymobiledevice3-4.26.5/.github/workflows/python-app.yml +0 -122
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/.gitattributes +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/.github/FUNDING.yml +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/.github/pull_request_template.md +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/.github/workflows/codeql.yml +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/.github/workflows/generate-executable.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/.github/workflows/markdown-lint.yml +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/.github/workflows/python-publish.yml +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/.gitignore +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/.pre-commit-config.yaml +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/CODE_OF_CONDUCT.md +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/CONTRIBUTING.md +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/LICENSE +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/README.md +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/example.gif +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/markdownlint-config.json +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/misc/DTServices-14.2.txt +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/misc/DTServices-14.5.txt +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/misc/RemoteXPC.md +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/misc/plist_sniffer.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/misc/pyinstaller.md +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/misc/remotexpc_sniffer.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/misc/understanding_idevice_protocol_layers.md +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/misc/usbmux_sniff.sh +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/__init__.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/bonjour.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/ca.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/__init__.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/activation.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/afc.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/amfi.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/apps.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/backup.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/bonjour.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/cli_common.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/companion_proxy.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/completions.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/crash.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/developer.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/diagnostics.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/lockdown.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/mounter.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/notification.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/pcap.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/power_assertion.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/processes.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/profile.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/provision.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/remote.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/restore.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/springboard.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/syslog.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/usbmux.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/version.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/cli/webinspector.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/common.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/exceptions.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/irecv.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/irecv_devices.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/lockdown.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/lockdown_service_provider.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/osu/__init__.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/osu/os_utils.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/osu/posix_util.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/osu/win_util.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/pair_records.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/remote/__init__.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/remote/common.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/remote/core_device/__init__.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/remote/core_device/app_service.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/remote/core_device/core_device_service.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/remote/core_device/device_info.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/remote/core_device/diagnostics_service.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/remote/core_device/file_service.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/remote/module_imports.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/remote/remote_service.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/remote/remote_service_discovery.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/remote/remotexpc.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/remote/tunnel_service.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/remote/utils.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/remote/xpc_message.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/resources/__init__.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/resources/dsc_uuid_map.json +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/resources/dsc_uuid_map.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/resources/firmware_notifications.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/resources/notifications.txt +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/resources/webinspector/element_attribute.js +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/resources/webinspector/element_clear.js +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/resources/webinspector/enter_fullscreen.js +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/resources/webinspector/find_nodes.js +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/resources/webinspector/focus.js +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/resources/webinspector/get_attribute.js +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/resources/webinspector/is_displayed.js +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/resources/webinspector/is_editable.js +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/resources/webinspector/is_enabled.js +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/restore/__init__.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/restore/asr.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/restore/base_restore.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/restore/consts.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/restore/device.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/restore/fdr.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/restore/ftab.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/restore/img4.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/restore/recovery.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/restore/restore.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/restore/restore_options.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/restore/restored_client.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/restore/tss.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/service_connection.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/__init__.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/accessibilityaudit.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/afc.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/amfi.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/companion.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/crash_reports.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/debugserver_applist.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/device_arbitration.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/device_link.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/diagnostics.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dtfetchsymbols.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dvt/__init__.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dvt/dvt_secure_socket_proxy.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dvt/dvt_testmanaged_proxy.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dvt/instruments/__init__.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dvt/instruments/activity_trace_tap.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dvt/instruments/application_listing.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dvt/instruments/condition_inducer.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dvt/instruments/core_profile_session_tap.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dvt/instruments/device_info.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dvt/instruments/energy_monitor.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dvt/instruments/graphics.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dvt/instruments/location_simulation.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dvt/instruments/location_simulation_base.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dvt/instruments/network_monitor.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dvt/instruments/notifications.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dvt/instruments/process_control.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dvt/instruments/screenshot.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dvt/instruments/sysmontap.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/dvt/testmanaged/xcuitest.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/file_relay.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/heartbeat.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/house_arrest.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/installation_proxy.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/lockdown_service.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/misagent.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/mobile_activation.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/mobile_config.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/mobile_image_mounter.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/mobilebackup2.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/notification_proxy.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/os_trace.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/pcapd.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/power_assertion.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/preboard.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/remote_fetch_symbols.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/remote_server.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/restore_service.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/screenshot.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/simulate_location.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/springboard.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/syslog.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/web_protocol/__init__.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/web_protocol/alert.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/web_protocol/automation_session.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/web_protocol/cdp_screencast.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/web_protocol/cdp_server.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/web_protocol/cdp_target.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/web_protocol/driver.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/web_protocol/element.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/web_protocol/inspector_session.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/web_protocol/selenium_api.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/web_protocol/session_protocol.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/web_protocol/switch_to.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/webinspector.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/tcp_forwarder.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/tunneld/__init__.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/tunneld/api.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/tunneld/server.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/usbmux.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/utils.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3.egg-info/SOURCES.txt +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3.egg-info/dependency_links.txt +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3.egg-info/entry_points.txt +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3.egg-info/requires.txt +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3.egg-info/top_level.txt +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pytest.ini +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/requirements.txt +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/setup.cfg +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/__init__.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/cli/__init__.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/cli/test_cli.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/conftest.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/__init__.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/instruments/__init__.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/instruments/test_core_profile_session.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/instruments/test_dvt_secure_socket_proxy.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/instruments/test_fetch_symbols.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/instruments/test_location.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/instruments/test_screenshot.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_accessibility.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_afc.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_apps.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_backup2.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_bonjour.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_crash_reports.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_list_devices.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_lockdown.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_pcapd.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_springboard_services_relay.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_start_tunnel.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_syslog_relay.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_tcp_forwarder.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_web_protocol/__init__.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_web_protocol/common.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_web_protocol/conftest.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_web_protocol/test_driver.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_web_protocol/test_element.py +0 -0
- {pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_webinspector.py +0 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
name: Python application
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
pull_request:
|
|
5
|
+
branches: [ "master" ]
|
|
6
|
+
paths:
|
|
7
|
+
- '.github/workflows/python-app.yml'
|
|
8
|
+
- 'pymobiledevice3/**'
|
|
9
|
+
- 'requirements.txt'
|
|
10
|
+
- 'pyproject.toml'
|
|
11
|
+
release:
|
|
12
|
+
types: [ created ]
|
|
13
|
+
|
|
14
|
+
concurrency:
|
|
15
|
+
group: ${{ github.workflow }}-${{ github.ref }}
|
|
16
|
+
cancel-in-progress: true
|
|
17
|
+
|
|
18
|
+
jobs:
|
|
19
|
+
test:
|
|
20
|
+
if: '! github.event.pull_request.draft'
|
|
21
|
+
runs-on: ${{ matrix.os }}
|
|
22
|
+
|
|
23
|
+
strategy:
|
|
24
|
+
matrix:
|
|
25
|
+
python-version: [ 3.9, "3.10", "3.11", "3.12", "3.13", "3.14" ]
|
|
26
|
+
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
|
27
|
+
|
|
28
|
+
steps:
|
|
29
|
+
- uses: actions/checkout@v4
|
|
30
|
+
- name: Set up Python ${{ matrix.python-version }}
|
|
31
|
+
uses: actions/setup-python@v4
|
|
32
|
+
with:
|
|
33
|
+
python-version: ${{ matrix.python-version }}
|
|
34
|
+
- name: Install dependencies
|
|
35
|
+
run: |
|
|
36
|
+
python3 -m pip install --upgrade pip
|
|
37
|
+
python3 -m pip install pre-commit
|
|
38
|
+
- name: Run pre-commit hooks
|
|
39
|
+
run: |
|
|
40
|
+
pre-commit run --all-files
|
|
41
|
+
- name: Test install
|
|
42
|
+
run: |
|
|
43
|
+
python -m pip install -U '.[test]'
|
|
44
|
+
- name: Test show usage
|
|
45
|
+
run: pytest -m cli
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pymobiledevice3
|
|
3
|
-
Version: 4.26.
|
|
3
|
+
Version: 4.26.7
|
|
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>
|
|
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
18
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
19
20
|
Requires-Python: >=3.9
|
|
20
21
|
Description-Content-Type: text/markdown
|
|
@@ -6,6 +6,7 @@ import re
|
|
|
6
6
|
import sys
|
|
7
7
|
import textwrap
|
|
8
8
|
import traceback
|
|
9
|
+
import warnings
|
|
9
10
|
from typing import Union
|
|
10
11
|
|
|
11
12
|
import click
|
|
@@ -38,7 +39,9 @@ logger = logging.getLogger(__name__)
|
|
|
38
39
|
|
|
39
40
|
# For issue https://github.com/doronz88/pymobiledevice3/issues/1217, details: https://bugs.python.org/issue37373
|
|
40
41
|
if sys.platform == 'win32':
|
|
41
|
-
|
|
42
|
+
with warnings.catch_warnings():
|
|
43
|
+
warnings.simplefilter('ignore', category=DeprecationWarning)
|
|
44
|
+
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
|
|
42
45
|
|
|
43
46
|
INVALID_SERVICE_MESSAGE = """Failed to start service. Possible reasons are:
|
|
44
47
|
- If you were trying to access a developer service (developer subcommand):
|
|
@@ -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.26.
|
|
32
|
-
__version_tuple__ = version_tuple = (4, 26,
|
|
31
|
+
__version__ = version = '4.26.7'
|
|
32
|
+
__version_tuple__ = version_tuple = (4, 26, 7)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gff4723e9c'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pymobiledevice3
|
|
3
|
-
Version: 4.26.
|
|
3
|
+
Version: 4.26.7
|
|
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>
|
|
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
18
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
19
20
|
Requires-Python: >=3.9
|
|
20
21
|
Description-Content-Type: text/markdown
|
|
@@ -21,6 +21,7 @@ classifiers = [
|
|
|
21
21
|
"Programming Language :: Python :: 3.11",
|
|
22
22
|
"Programming Language :: Python :: 3.12",
|
|
23
23
|
"Programming Language :: Python :: 3.13",
|
|
24
|
+
"Programming Language :: Python :: 3.14",
|
|
24
25
|
"Programming Language :: Python :: 3 :: Only",
|
|
25
26
|
]
|
|
26
27
|
dynamic = ["dependencies", "version"]
|
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
name: Python application
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
pull_request:
|
|
5
|
-
branches: [ "master" ]
|
|
6
|
-
paths:
|
|
7
|
-
- '.github/workflows/python-app.yml'
|
|
8
|
-
- 'pymobiledevice3/**'
|
|
9
|
-
- 'requirements.txt'
|
|
10
|
-
- 'pyproject.toml'
|
|
11
|
-
release:
|
|
12
|
-
types: [ created ]
|
|
13
|
-
|
|
14
|
-
concurrency:
|
|
15
|
-
group: ${{ github.workflow }}-${{ github.ref }}
|
|
16
|
-
cancel-in-progress: true
|
|
17
|
-
|
|
18
|
-
jobs:
|
|
19
|
-
test:
|
|
20
|
-
if: '! github.event.pull_request.draft'
|
|
21
|
-
runs-on: ${{ matrix.os }}
|
|
22
|
-
|
|
23
|
-
strategy:
|
|
24
|
-
matrix:
|
|
25
|
-
python-version: [ 3.9, "3.10", "3.11", "3.12", "3.13" ]
|
|
26
|
-
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
|
27
|
-
|
|
28
|
-
steps:
|
|
29
|
-
- uses: actions/checkout@v4
|
|
30
|
-
- name: Set up Python ${{ matrix.python-version }}
|
|
31
|
-
uses: actions/setup-python@v4
|
|
32
|
-
with:
|
|
33
|
-
python-version: ${{ matrix.python-version }}
|
|
34
|
-
- name: Install dependencies
|
|
35
|
-
run: |
|
|
36
|
-
python3 -m pip install --upgrade pip
|
|
37
|
-
python3 -m pip install pre-commit
|
|
38
|
-
- name: Run pre-commit hooks
|
|
39
|
-
run: |
|
|
40
|
-
pre-commit run --all-files
|
|
41
|
-
- name: Test install
|
|
42
|
-
run: |
|
|
43
|
-
python -m pip install -U '.[test]'
|
|
44
|
-
- name: Test show usage
|
|
45
|
-
run: pytest -m cli
|
|
46
|
-
|
|
47
|
-
# pyinstaller:
|
|
48
|
-
# needs: [ 'test' ]
|
|
49
|
-
# if: '! github.event.pull_request.draft'
|
|
50
|
-
# runs-on: ${{ matrix.os }}
|
|
51
|
-
#
|
|
52
|
-
# strategy:
|
|
53
|
-
# matrix:
|
|
54
|
-
# python-version: [ "3.12" ]
|
|
55
|
-
# os: [ ubuntu-latest, macos-latest, windows-latest ]
|
|
56
|
-
#
|
|
57
|
-
# steps:
|
|
58
|
-
# - uses: actions/checkout@v4
|
|
59
|
-
# - name: Set up Python
|
|
60
|
-
# uses: actions/setup-python@v4
|
|
61
|
-
# with:
|
|
62
|
-
# python-version: '3.x'
|
|
63
|
-
# - name: Install dependencies
|
|
64
|
-
# run: |
|
|
65
|
-
# python -m pip install --upgrade pip
|
|
66
|
-
# pip install -U . coloredlogs pyinstaller apple_compress
|
|
67
|
-
# - name: Build
|
|
68
|
-
# run: |
|
|
69
|
-
# python .github/workflows/generate-executable.py
|
|
70
|
-
#
|
|
71
|
-
# - if: matrix.os == 'ubuntu-latest'
|
|
72
|
-
# name: Test ubuntu artifact
|
|
73
|
-
# run: |
|
|
74
|
-
# ./dist/pymobiledevice3
|
|
75
|
-
#
|
|
76
|
-
# - if: matrix.os == 'macos-latest'
|
|
77
|
-
# name: Test macos artifact
|
|
78
|
-
# run: |
|
|
79
|
-
# ./dist/pymobiledevice3
|
|
80
|
-
#
|
|
81
|
-
# - if: matrix.os == 'windows-latest'
|
|
82
|
-
# name: Test windows artifact
|
|
83
|
-
# run: |
|
|
84
|
-
# ./dist/pymobiledevice3.exe
|
|
85
|
-
#
|
|
86
|
-
# - if: matrix.os == 'ubuntu-latest'
|
|
87
|
-
# name: Rename ubuntu artifact
|
|
88
|
-
# run: |
|
|
89
|
-
# mv ./dist/pymobiledevice3 ./dist/pymobiledevice3_ubuntu
|
|
90
|
-
# - if: matrix.os == 'macos-latest'
|
|
91
|
-
# name: Rename macos artifact
|
|
92
|
-
# run: |
|
|
93
|
-
# mv ./dist/pymobiledevice3 ./dist/pymobiledevice3_macos
|
|
94
|
-
#
|
|
95
|
-
# - if: matrix.os == 'ubuntu-latest'
|
|
96
|
-
# name: Upload ubuntu artifact
|
|
97
|
-
# uses: actions/upload-artifact@v3
|
|
98
|
-
# with:
|
|
99
|
-
# name: pymobiledevice3_ubuntu
|
|
100
|
-
# path: ./dist/pymobiledevice3_ubuntu
|
|
101
|
-
# - if: matrix.os == 'macos-latest'
|
|
102
|
-
# name: Upload macos artifact
|
|
103
|
-
# uses: actions/upload-artifact@v3
|
|
104
|
-
# with:
|
|
105
|
-
# name: pymobiledevice3_macosx
|
|
106
|
-
# path: ./dist/pymobiledevice3_macos
|
|
107
|
-
# - if: matrix.os == 'windows-latest'
|
|
108
|
-
# name: Upload windows artifact
|
|
109
|
-
# uses: actions/upload-artifact@v3
|
|
110
|
-
# with:
|
|
111
|
-
# name: pymobiledevice3_windows.exe
|
|
112
|
-
# path: ./dist/pymobiledevice3.exe
|
|
113
|
-
#
|
|
114
|
-
# - name: Upload server artifacts to GitHub Release
|
|
115
|
-
# if: github.event_name == 'release'
|
|
116
|
-
# uses: softprops/action-gh-release@v1
|
|
117
|
-
# with:
|
|
118
|
-
# files: |
|
|
119
|
-
# dist/pymobiledevice3_macos
|
|
120
|
-
# dist/pymobiledevice3_ubuntu
|
|
121
|
-
# dist/pymobiledevice3.exe
|
|
122
|
-
# token: ${{ secrets.GITHUB_TOKEN }}
|
|
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.26.5 → pymobiledevice3-4.26.7}/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
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/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.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/remote/core_device/__init__.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/remote/core_device/app_service.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/remote/core_device/device_info.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/remote/core_device/file_service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/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.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/resources/dsc_uuid_map.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/resources/notifications.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/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.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/restore/restore_options.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/restore/restored_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/accessibilityaudit.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/debugserver_applist.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/device_arbitration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/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.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/installation_proxy.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/lockdown_service.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/mobile_activation.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/mobile_image_mounter.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/notification_proxy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/power_assertion.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/remote_fetch_symbols.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/restore_service.py
RENAMED
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/simulate_location.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/web_protocol/__init__.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/web_protocol/alert.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/web_protocol/driver.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/pymobiledevice3/services/web_protocol/element.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/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.26.5 → pymobiledevice3-4.26.7}/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
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/instruments/test_fetch_symbols.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/instruments/test_location.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/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.26.5 → pymobiledevice3-4.26.7}/tests/services/test_springboard_services_relay.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_web_protocol/__init__.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_web_protocol/common.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_web_protocol/conftest.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_web_protocol/test_driver.py
RENAMED
|
File without changes
|
{pymobiledevice3-4.26.5 → pymobiledevice3-4.26.7}/tests/services/test_web_protocol/test_element.py
RENAMED
|
File without changes
|
|
File without changes
|