Highlights
🐛 mounter auto-mount works on iOS 17.4 - 26.x again
Since v11.19.0, mounter auto-mount installed the Cryptex1 DeveloperDiskImage through cryptexd from iOS 17.4, or over any RSD tunnel. That path had only been verified on iOS 27. On iOS 26, cryptexd drops the install and the command ends with Aborted. (#1991).
auto-mount now installs the cryptex only from iOS 27, and mounts the PersonalizedDMG over the image mounter on iOS 17.0 - 26.x, as it did before v11.19.0:
| iOS | Image |
|---|---|
| < 17.0 | the classic DeveloperDiskImage.dmg for that version
|
| 17.0 - 26.x | the PersonalizedDMG over the image mounter
|
| 27.0+ | the Cryptex1 DDI over cryptexd
|
Devices newer than the DDI, such as the iPhone 18 series, run iOS 27 or later, so they keep the cryptex path. Installing the cryptex directly with cryptex auto-install still fails on iOS 26 and is being investigated in #1991.
What's Changed
Full Changelog: v11.19.2...v11.19.3