Skip to content

Compiled version 153

Compare
Choose a tag to compare
@tihmstar tihmstar released this 02 Jan 13:46
· 190 commits to master since this release

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.