idevicerestore
idevicerestore copied to clipboard
Differentiation of iOS/macOS targets will break once iOS 16 is available
I'm poking through the source code, and I noticed that M1 Mac detection appears to be done by checking whether the major version of the selected IPSW is at least 20, which matches up with macOS Big Sur. However, iOS 15's major version is 19, and once iOS 16 is out the major version will be 20, which will cause conflicts as it's going to attempt to restore the iOS 16 IPSW as if it were going to a Mac target. Are there any plans to change the detection method soon, or are you going to wait for iOS 16 to fix it?
I am aware of this, just didn't get around to push a fix for it yet.