Skip to content

Commit

Permalink
Merge pull request alibaba#316 from litmanenPL/fix/ios-check-for-dev-…
Browse files Browse the repository at this point in the history
…mode-fix
  • Loading branch information
codeskyblue authored May 25, 2023
2 parents 62dc70c + 63f3215 commit a29df9f
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 a29df9f

Please sign in to comment.