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.