getsentry / apple-system-symbols-upload

10 stars 2 forks source link

feat: Implement OTA handling #4

Closed mitsuhiko closed 2 years ago

mitsuhiko commented 2 years ago

This implements OTA handling. It seems to work as verified by running it with --os_name=tvos --os_version=13.4.8. That said, I noticed that if you run this on some older OTAs it fails some old OTAs do not contain payloadv2.

Fixes #3