pymobiledevice3 4.21.9__py3-none-any.whl → 4.21.10__py3-none-any.whl
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/_version.py +2 -2
- pymobiledevice3/cli/mounter.py +2 -2
- pymobiledevice3/cli/webinspector.py +0 -1
- pymobiledevice3/services/mobile_image_mounter.py +1 -1
- {pymobiledevice3-4.21.9.dist-info → pymobiledevice3-4.21.10.dist-info}/METADATA +1 -1
- {pymobiledevice3-4.21.9.dist-info → pymobiledevice3-4.21.10.dist-info}/RECORD +10 -10
- {pymobiledevice3-4.21.9.dist-info → pymobiledevice3-4.21.10.dist-info}/WHEEL +0 -0
- {pymobiledevice3-4.21.9.dist-info → pymobiledevice3-4.21.10.dist-info}/entry_points.txt +0 -0
- {pymobiledevice3-4.21.9.dist-info → pymobiledevice3-4.21.10.dist-info}/licenses/LICENSE +0 -0
- {pymobiledevice3-4.21.9.dist-info → pymobiledevice3-4.21.10.dist-info}/top_level.txt +0 -0
pymobiledevice3/_version.py
CHANGED
pymobiledevice3/cli/mounter.py
CHANGED
|
@@ -135,8 +135,8 @@ async def mounter_auto_mount_task(service_provider: LockdownServiceProvider, xco
|
|
|
135
135
|
@mounter.command('auto-mount', cls=Command)
|
|
136
136
|
@click.option('-x', '--xcode', type=click.Path(exists=True, dir_okay=True, file_okay=False),
|
|
137
137
|
help='Xcode application path used to figure out automatically the DeveloperDiskImage path')
|
|
138
|
-
@click.option('
|
|
139
|
-
|
|
138
|
+
@click.option('--version', help='use a different DeveloperDiskImage version from the one retrieved by lockdown'
|
|
139
|
+
'connection')
|
|
140
140
|
def mounter_auto_mount(service_provider: LockdownServiceProvider, xcode: str, version: str) -> None:
|
|
141
141
|
""" auto-detect correct DeveloperDiskImage and mount it """
|
|
142
142
|
asyncio.run(mounter_auto_mount_task(service_provider, xcode, version), debug=True)
|
|
@@ -105,7 +105,6 @@ def create_webinspector_and_launch_app(lockdown: LockdownClient, timeout: float,
|
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
@webinspector.command(cls=Command)
|
|
108
|
-
@click.option('-v', '--verbose', is_flag=True)
|
|
109
108
|
@click.option('-t', '--timeout', default=3, show_default=True, type=float)
|
|
110
109
|
@catch_errors
|
|
111
110
|
def opened_tabs(service_provider: LockdownClient, verbose, timeout):
|
|
@@ -15,7 +15,7 @@ from pymobiledevice3.lockdown_service_provider import LockdownServiceProvider
|
|
|
15
15
|
from pymobiledevice3.restore.tss import TSSRequest
|
|
16
16
|
from pymobiledevice3.services.lockdown_service import LockdownService
|
|
17
17
|
|
|
18
|
-
LATEST_DDI_BUILD_ID = '
|
|
18
|
+
LATEST_DDI_BUILD_ID = '16E5121h'
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
class MobileImageMounterService(LockdownService):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pymobiledevice3
|
|
3
|
-
Version: 4.21.
|
|
3
|
+
Version: 4.21.10
|
|
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>
|
|
@@ -8,7 +8,7 @@ misc/understanding_idevice_protocol_layers.md,sha256=8tEqRXWOUPoxOJLZVh7C7H9JGCh
|
|
|
8
8
|
misc/usbmux_sniff.sh,sha256=iWtbucOEQ9_UEFXk9x-2VNt48Jg5zrPsnUbZ_LfZxwA,212
|
|
9
9
|
pymobiledevice3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
10
|
pymobiledevice3/__main__.py,sha256=nwUgfXBMii2MSXLUls2uMTG88uC13s4haPBM4LuGcaU,11530
|
|
11
|
-
pymobiledevice3/_version.py,sha256=
|
|
11
|
+
pymobiledevice3/_version.py,sha256=34-YtMuzL3EQkm2AaoKfqzAIY7CtVkteSS5j-reKY8w,515
|
|
12
12
|
pymobiledevice3/bonjour.py,sha256=FXa_x0Zdo6ims7N7F61hnnZEyn1tc2it3mQpHRMY0Kk,5560
|
|
13
13
|
pymobiledevice3/ca.py,sha256=Ho0NaOtATe5hdruUSlVDRpfR9ltEYXjL3MoKwEvEJjw,2296
|
|
14
14
|
pymobiledevice3/common.py,sha256=-PG6oaUkNFlB3jb7E0finMrX8wqhkS-cuTAfmLvZUmc,329
|
|
@@ -36,7 +36,7 @@ pymobiledevice3/cli/crash.py,sha256=m1vs0_KUy4cxu8vHYjn7olay8oPQGTFZqMCHspnGpVs,
|
|
|
36
36
|
pymobiledevice3/cli/developer.py,sha256=9ZAvy7nqX4vPjx-2peqjuhaeEK5iYHTmWgevcvglbXM,55075
|
|
37
37
|
pymobiledevice3/cli/diagnostics.py,sha256=g22i0bRpfbrsFR0ql3fqTE65dw7qYfBhidoeCbO3mrg,3238
|
|
38
38
|
pymobiledevice3/cli/lockdown.py,sha256=498SgKdIC_YaoEjVtQQvo8bvv8GDeUTY8yWh4isy_qc,6941
|
|
39
|
-
pymobiledevice3/cli/mounter.py,sha256=
|
|
39
|
+
pymobiledevice3/cli/mounter.py,sha256=AnNneNF_kW7XnBMe4V5cvlbLYd_mAP4tuB3PXLQpeiA,7724
|
|
40
40
|
pymobiledevice3/cli/notification.py,sha256=vqn8uPslr7A9HiZ4yrs7YKF2VLS7Nk4G7ab5ELljpVQ,1962
|
|
41
41
|
pymobiledevice3/cli/pcap.py,sha256=KzFxXWFRYWNOEJE1XAuMF2cG8I4k5wFVcMRhSdY4GQg,2188
|
|
42
42
|
pymobiledevice3/cli/power_assertion.py,sha256=aTlesowRyrbd9JXebEZe9SomTkDkZaAXIOyTIitRJ0c,880
|
|
@@ -49,7 +49,7 @@ pymobiledevice3/cli/springboard.py,sha256=pYMqnD0zN_ETIASPqxBohi54F2HMC9jCILW4ep
|
|
|
49
49
|
pymobiledevice3/cli/syslog.py,sha256=JfLhjyVAeRx16VC4BsAu308rABjcIQX8DB7vbVKGiic,7462
|
|
50
50
|
pymobiledevice3/cli/usbmux.py,sha256=f8T6Xt4ym9wfnxFIAyJ1W76YI0h1hqrRfKj4PxCoNRc,2365
|
|
51
51
|
pymobiledevice3/cli/version.py,sha256=OtvxHV8JjLFNaiA1Q5Qll3bsw__hrij-9FUmkDmNS40,346
|
|
52
|
-
pymobiledevice3/cli/webinspector.py,sha256=
|
|
52
|
+
pymobiledevice3/cli/webinspector.py,sha256=BNXio0ATrpbMiLRLfrm9oq0pdGdbpH1QEZOzxy-PSgE,15528
|
|
53
53
|
pymobiledevice3/osu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
54
54
|
pymobiledevice3/osu/os_utils.py,sha256=YwMTUT6o67xa-la8ElxdHQ1hBJM_u2gsoKW5RNxCEEU,3272
|
|
55
55
|
pymobiledevice3/osu/posix_util.py,sha256=YllI2PH2VngvLs273Hi05C2pHfvwx5NNPdtbrlNYxaI,3370
|
|
@@ -115,7 +115,7 @@ pymobiledevice3/services/lockdown_service.py,sha256=WP2l3qIdU7XtWDQMfNEPwSJZfS7D
|
|
|
115
115
|
pymobiledevice3/services/misagent.py,sha256=YGLo2LhzyYWyICxKDhy3Ph7SewYk5I1VN3-LjKv_plo,2088
|
|
116
116
|
pymobiledevice3/services/mobile_activation.py,sha256=NTxdiA39-XpN77OJAErVkGsxUZf_b1AOSd08URKu0MA,6139
|
|
117
117
|
pymobiledevice3/services/mobile_config.py,sha256=Ev1AmJ6pzeZKnwMaSKIwWAOWVMqH2QgDbjD49Jc_l20,17419
|
|
118
|
-
pymobiledevice3/services/mobile_image_mounter.py,sha256=
|
|
118
|
+
pymobiledevice3/services/mobile_image_mounter.py,sha256=jytO2wV8k7YozJ-PBdZtAadDCkOo55-iH9Xqb1rfG-s,14639
|
|
119
119
|
pymobiledevice3/services/mobilebackup2.py,sha256=1Wo4IpLG5HUfkGJustsv2SoTBBax30PZyKOtEOz5Eac,18217
|
|
120
120
|
pymobiledevice3/services/notification_proxy.py,sha256=VCOG8G0HNn8_tFKUdLs5BFkshQCtI_LNH-w4MuNF2MM,2109
|
|
121
121
|
pymobiledevice3/services/os_trace.py,sha256=Vi_KGWK8hsvk6eMNuv-ae-iEn3UlUk3SF_niC8yBEmU,6465
|
|
@@ -164,9 +164,9 @@ pymobiledevice3/services/web_protocol/switch_to.py,sha256=hDddJUEePbRN-8xlllOeGh
|
|
|
164
164
|
pymobiledevice3/tunneld/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
165
165
|
pymobiledevice3/tunneld/api.py,sha256=EfGKXEWhsMSB__menPmRmL9R6dpazVJDUy7B3pn05MM,2357
|
|
166
166
|
pymobiledevice3/tunneld/server.py,sha256=SvC57AV_R8YQhA0fCwGNUdhfy8TKMFWwL_fp_FmXrBI,22715
|
|
167
|
-
pymobiledevice3-4.21.
|
|
168
|
-
pymobiledevice3-4.21.
|
|
169
|
-
pymobiledevice3-4.21.
|
|
170
|
-
pymobiledevice3-4.21.
|
|
171
|
-
pymobiledevice3-4.21.
|
|
172
|
-
pymobiledevice3-4.21.
|
|
167
|
+
pymobiledevice3-4.21.10.dist-info/licenses/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
|
|
168
|
+
pymobiledevice3-4.21.10.dist-info/METADATA,sha256=t-4FOeT2O5dSoav2Q3j6mwPzTzNtOKQ571ZXGf9a-_U,17367
|
|
169
|
+
pymobiledevice3-4.21.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
170
|
+
pymobiledevice3-4.21.10.dist-info/entry_points.txt,sha256=jJMlOanHlVwUxcY__JwvKeWPrvBJr_wJyEq4oHIZNKE,66
|
|
171
|
+
pymobiledevice3-4.21.10.dist-info/top_level.txt,sha256=MjZoRqcWPOh5banG-BbDOnKEfsS3kCxqV9cv-nzyg2Q,21
|
|
172
|
+
pymobiledevice3-4.21.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|