mirror of
https://github.com/blacktop/ipsw.git
synced 2026-05-08 12:22:26 +00:00
5cdbab9f1e
Replace the `github.com/strukturag/libheif-go` CGo dependency with macOS-native `sips` for HEIC/AVIF wallpaper thumbnail conversion. - Drop `libheif` from go.mod, Makefile, Goreleaser config, and CI - Remove `cgo` build tag requirement from wallpaper package - Implement `convertWithSips()` using temp files and the `sips` CLI - Refactor thumbnail decoding into `extractThumbnailPreview()` helper - Update tests to cover sips-based HEIC conversion path