github blacktop/ipsw v3.1.386

latest releases: v3.1.512, v3.1.511, v3.1.510...
10 months ago

Highlight

Generate JWTs for ipsw appstore commands with user defined --lifetime *(in example 10m20s is 10 minutes and 20 seconds)

❯ ipsw appstore token --lifetime 10m20s --p8 ~/Downloads/AppStoreConnectAPIAuthKey.p8 --iss 12341234-1234-1234-1234-123432 --kid ABC12345
<TOKEN>

NOTE: the --lifetime syntax accepts: "s", "m", "h" (but 20m is the MAX for JWT)

Other ipsw appstore commands now accept --jwt instead of the --p8, --iss and --kid combo

❯ ipsw appstore profile ls --jwt <TOKEN>

Changelog

New Features

  • 2a0f846: feat: add --jwt support to ipsw appstore commands (@blacktop)
  • 0dd6733: feat: add ipsw appstore token --lifetime 60d command to generate JWTs w/ arb lifetimes (@blacktop)

Dependency updates

Summary

Full Changelog: v3.1.385...v3.1.386

What to do next?

Don't miss a new ipsw release

NewReleases is sending notifications on new releases.