Releases: tihmstar/tsschecker
Build 343-d3140ead31b56ec474e09d8c5d7bff0ed94203ed
Build 341-e1ee22f5dc079c48fb7776b034c1aaddd7a55931
ci: is tar really the best we can do??
Compiled version 304
TSS: some minor fixes
Compiled version 212
v212 fixed segfault with -l only
Compiled version 170
This version is able to save generator for iPhone7/iPhone7+
Compiled version 155
Fixed a segfault when doing --list-device without having -d or -B
Compiled version 154
Fixed segfault when saving shsh files without specifying boardconfig
Compiled version 153
This release now properl handles BuildManifest files which contain multiple devices.
Before this build the first one was picked (which was fine in pre-iOS10 as BuildManifests contained only one device).
With iOS10 apple put multiple devices into one ipsw. This requires to carefully pick the correct BuildIdentity when requesting APTickets. This release handles devicemodel (like iPhone8,1) and boardconfid (like n66map).
Aptickets for iOS10 need to be rerequested with this version.
Note: I switched to different versioning format. The version corresponds to the amout of git commits.
Compiled version 1.0.6.1
- fixed a bug where hex ecid can't be specified if it only contains digits.
This was fixed by allowing a "0x" prefix on ecid. So if you ecid contains only digits,
make sure to prefix "0x". (-e 0x123456)
Compiled version 1.0.6
- minor bugfixes (fixed a crash)