Add `ipsw symbolicate` support for more crash log types
ipsw symbolicate it's not liking my iOS 16.5.1 crash logs obtained via idevicecrashreport, throws unsupported crash log report version: 0
debugged the symbolication issue a bit, seems like the IPS files I am testing are missing the "Translated Report" section, which ipsw tries to parse. If I open the IPS file in Console, it renders that section for me though, so I tried to put it in a new text file and load that in ipsw. Then it complains that version 12 is unsupported (from code, looks like only 104 and 105 are?). Removing this safeguard causes ipsw to crash, so I assume parsing is truly not working... Check DMs for sample IPS files if needed!
This should have been completed in https://github.com/blacktop/ipsw/commit/ea17924b89149309014811cf29719beb483fa3e9