Skip to content

Releases: tihmstar/tsschecker

Build 343-d3140ead31b56ec474e09d8c5d7bff0ed94203ed

06 Aug 13:24
Compare
Choose a tag to compare

Build 341-e1ee22f5dc079c48fb7776b034c1aaddd7a55931

01 Aug 16:42
Compare
Choose a tag to compare

ci: is tar really the best we can do??

Compiled version 304

25 Dec 16:25
Compare
Choose a tag to compare
TSS: some minor fixes

Compiled version 212

20 Mar 13:43
Compare
Choose a tag to compare
v212

fixed segfault with -l only

Compiled version 170

05 Jan 20:31
Compare
Choose a tag to compare

This version is able to save generator for iPhone7/iPhone7+

Compiled version 155

02 Jan 14:22
Compare
Choose a tag to compare

Fixed a segfault when doing --list-device without having -d or -B

Compiled version 154

02 Jan 14:04
Compare
Choose a tag to compare

Fixed segfault when saving shsh files without specifying boardconfig

Compiled version 153

02 Jan 13:46
Compare
Choose a tag to compare

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

18 Dec 09:13
Compare
Choose a tag to compare
  • 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

11 Oct 12:44
Compare
Choose a tag to compare
  • minor bugfixes (fixed a crash)