Skip to content

Commit

Permalink
Enable iOS16 developer mode only for iOS 16
Browse files Browse the repository at this point in the history
  • Loading branch information
litmanenPL authored May 5, 2023
1 parent 62dc70c commit 63f3215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidevice/_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ def mount_developer_image(self):
Raises:
MuxError, ServiceError
"""
if semver_compare(self.product_version, "15.7.2") >= 0:
if semver_compare(self.product_version, "16.0.0") >= 0:
self.enable_ios16_developer_mode()
try:
if self.imagemounter.is_developer_mounted():
Expand Down

0 comments on commit 63f3215

Please sign in to comment.