Skip to content

Commit

Permalink
tss: Update TSS Client version
Browse files Browse the repository at this point in the history
As was done in idevicerestore, updates the "TSS_CLIENT_VERSION_STRING" to match that of iTunes 12.12.0.6
on Windows and Finder on the latest macOS.
  • Loading branch information
doronz88 committed Nov 24, 2021
1 parent df33ec2 commit 2e372dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymobiledevice3/restore/tss.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

TSS_CONTROLLER_ACTION_URL = 'http://gs.apple.com/TSS/controller?action=2'

TSS_CLIENT_VERSION_STRING = 'libauthinstall-776.60.1'
TSS_CLIENT_VERSION_STRING = 'libauthinstall-850.0.2'

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 2e372dd

Please sign in to comment.