blacktop
blacktop
rebased feat branch
If I remember correctly the triage flag prevents the stale-bot from kicking in ;)
it was my understanding that you needed to be running on an old version of macOS for it to work?
https://github.com/blacktop/ipsw/blob/master/pkg/fairplay/fairplay.go I wrote this 7 months ago; didn't have an OLD mac to try it on.
if you have a machine it'll work on; I can spin up a cmd; but you can also write a simple Go CLI and import that pkg I linked: `import...
have you tried the other cmd `device-info`: ```bash ❱ ipsw device-info --cpu "A18 Pro" iPhone 16 Pro Prod: iPhone17,2 Type: ios SDK: iphoneos Memory Class: 8 Boards: D94AP: CPU: A18...
NOTE: This database for the device-list cmd is sourced from Xcode's device_traits.db which includes simulator devices and may not accurately map to physical hardware devices. Some entries (e.g., iPad17,4-A, iPad17,4-B)...
the way the cmd is updated is by running: `make update_devs` periodically; I haven't ran it in a while. It's been updated so the next release will contain the devices...
if you know where to find these you can add them to the `ipsw_db.json` (which I need add better automation around updating) but for those fields that I won't be...
same issue: I did `zipup master --path-link /opt/homebrew/bin/zig` and that works, but I feel like that's what `zigup` should be doing? (I also think I put it into a weird...