pymobiledevice3 7.0.1__py3-none-any.whl → 7.0.2__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.
- pymobiledevice3/__main__.py +7 -1
- pymobiledevice3/_version.py +2 -2
- {pymobiledevice3-7.0.1.dist-info → pymobiledevice3-7.0.2.dist-info}/METADATA +1 -1
- {pymobiledevice3-7.0.1.dist-info → pymobiledevice3-7.0.2.dist-info}/RECORD +8 -8
- {pymobiledevice3-7.0.1.dist-info → pymobiledevice3-7.0.2.dist-info}/WHEEL +0 -0
- {pymobiledevice3-7.0.1.dist-info → pymobiledevice3-7.0.2.dist-info}/entry_points.txt +0 -0
- {pymobiledevice3-7.0.1.dist-info → pymobiledevice3-7.0.2.dist-info}/licenses/LICENSE +0 -0
- {pymobiledevice3-7.0.1.dist-info → pymobiledevice3-7.0.2.dist-info}/top_level.txt +0 -0
pymobiledevice3/__main__.py
CHANGED
|
@@ -404,7 +404,13 @@ def invoke_cli_with_error_handling() -> bool:
|
|
|
404
404
|
except QuicProtocolNotSupportedError:
|
|
405
405
|
logger.error("Encountered a QUIC protocol error.")
|
|
406
406
|
except StartServiceError as e:
|
|
407
|
-
|
|
407
|
+
if e.message == "ServiceProhibited" and e.service_name == "com.apple.pcapd.shim.remote":
|
|
408
|
+
logger.error(
|
|
409
|
+
f"The {e.service_name} service is USB only (at least for some iOS versions).\n"
|
|
410
|
+
"Full discussion is available in: https://github.com/doronz88/pymobiledevice3/issues/1515"
|
|
411
|
+
)
|
|
412
|
+
else:
|
|
413
|
+
logger.error(f"Failed to start: {e.service_name} with. Received error: {e.message}.")
|
|
408
414
|
except click.ClickException as e:
|
|
409
415
|
from typer import rich_utils
|
|
410
416
|
|
pymobiledevice3/_version.py
CHANGED
|
@@ -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.2'
|
|
32
|
+
__version_tuple__ = version_tuple = (7, 0, 2)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pymobiledevice3
|
|
3
|
-
Version: 7.0.
|
|
3
|
+
Version: 7.0.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>
|
|
@@ -7,8 +7,8 @@ misc/remotexpc_sniffer.py,sha256=EMhJusdbOhFHJCYF2TLtNABAnzAibIeq8hxRu4xaVhA,797
|
|
|
7
7
|
misc/understanding_idevice_protocol_layers.md,sha256=FMJQ-ik2j9kFLPS15JzDZg62uk1FzxDnfHO6Nf5EM-A,19207
|
|
8
8
|
misc/usbmux_sniff.sh,sha256=iWtbucOEQ9_UEFXk9x-2VNt48Jg5zrPsnUbZ_LfZxwA,212
|
|
9
9
|
pymobiledevice3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
|
-
pymobiledevice3/__main__.py,sha256=
|
|
11
|
-
pymobiledevice3/_version.py,sha256=
|
|
10
|
+
pymobiledevice3/__main__.py,sha256=Ogsyro4MUVVSciEtg8kZufL81AHcjuphItnaL0BT10Q,16386
|
|
11
|
+
pymobiledevice3/_version.py,sha256=Sd7srCYvlucRy8Y17pgfM_X-99Va2KsO3sfgkXAvKVo,704
|
|
12
12
|
pymobiledevice3/bonjour.py,sha256=lmx3uCaiolF59AieftmTKqktNod5ZDyJ06oRZdYKHSE,13681
|
|
13
13
|
pymobiledevice3/ca.py,sha256=5_Y4F-zDFX_KeDL-M_TRCKKyrRRb9h1lBE8MGTWv91o,10606
|
|
14
14
|
pymobiledevice3/common.py,sha256=FZzF0BQYV5fCEUPbLo6jbt2Ig9s5YwR8AvX_iR124Ew,329
|
|
@@ -180,9 +180,9 @@ pymobiledevice3/services/web_protocol/switch_to.py,sha256=TCdVrMfsvd18o-vZ0owVrE
|
|
|
180
180
|
pymobiledevice3/tunneld/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
181
181
|
pymobiledevice3/tunneld/api.py,sha256=Lwl1OdhPTgX6Zqezy8T4dEcXRfaEPwyGNClioTx3fUc,2338
|
|
182
182
|
pymobiledevice3/tunneld/server.py,sha256=dMEZAv_X-76l0vSalpq4x0IVkbE-MNGR77T-u1TiHuE,25752
|
|
183
|
-
pymobiledevice3-7.0.
|
|
184
|
-
pymobiledevice3-7.0.
|
|
185
|
-
pymobiledevice3-7.0.
|
|
186
|
-
pymobiledevice3-7.0.
|
|
187
|
-
pymobiledevice3-7.0.
|
|
188
|
-
pymobiledevice3-7.0.
|
|
183
|
+
pymobiledevice3-7.0.2.dist-info/licenses/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
|
|
184
|
+
pymobiledevice3-7.0.2.dist-info/METADATA,sha256=Q9FFjzNplZDqxJtKSt3B9GVRiCLkB3RJJdvpEQZMuYQ,17500
|
|
185
|
+
pymobiledevice3-7.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
186
|
+
pymobiledevice3-7.0.2.dist-info/entry_points.txt,sha256=jJMlOanHlVwUxcY__JwvKeWPrvBJr_wJyEq4oHIZNKE,66
|
|
187
|
+
pymobiledevice3-7.0.2.dist-info/top_level.txt,sha256=MjZoRqcWPOh5banG-BbDOnKEfsS3kCxqV9cv-nzyg2Q,21
|
|
188
|
+
pymobiledevice3-7.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|