Skip to content

Commit

Permalink
Update pymobiledevice3/services/mobilebackup2.py
Browse files Browse the repository at this point in the history
Co-authored-by: doronz88 <[email protected]>
  • Loading branch information
prosch88 and doronz88 authored Jan 12, 2025
1 parent 3110046 commit b52cc33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pymobiledevice3/services/mobilebackup2.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ def init_mobile_backup_factory_info(self, afc: AfcService):
try:
min_itunes_version = self.lockdown.get_value('com.apple.mobile.iTunes', 'MinITunesVersion')
except MissingValueError:
# iPadOS may not contain this value. See:
# https://github.com/doronz88/pymobiledevice3/issues/1332
min_itunes_version = '10.0.1'
app_dict = {}
installed_apps = []
Expand Down

0 comments on commit b52cc33

Please sign in to comment.