Skip to content

v10.7.3

Choose a tag to compare

@doronz88 doronz88 released this 11 Aug 07:01
· 73 commits to master since this release
408a6f6

Highlights

🐛 Fixed TSS Yonkers component selection (iOS 27 restores)

iOS 27 beta manifests add a Yonkers,SepObject entry that carries neither EPRO nor FabRevision, so it slipped past the selection filters and got signed instead of the correct Yonkers,SysTopPatch* component — failing the restore. The selector is now restricted to SysTopPatch entries (mirroring libimobiledevice/libtatsu#8).

While verifying that against real BuildManifests, a second bug turned up: EPRO=False entries skipped the production-mode filter entirely, so production devices could select the dev-fused SEP patch component. Both are fixed and covered by unit tests modeled on the real iPhone17,1 iOS 27 beta manifest.

What's Changed

Full Changelog: v10.7.2...v10.7.3