blacktop
1742fbc21b
ci: disable setup-go built-in cache on Linux/Windows runners
2026-05-17 14:51:28 -06:00
blacktop
5cdbab9f1e
chore: remove libheif dependency; use sips for HEIC conversion
...
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
2026-04-12 11:14:01 -06:00
blacktop
a8b019a350
chore: update Go version to 1.26 across workflow files
2026-02-12 10:59:09 -07:00
blacktop
45f2234be5
Update go.yml
2026-01-19 09:45:53 -07:00
b7d200de10
chore(deps): bump actions/cache from 4 to 5 ( #982 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 18:44:45 -07:00
blacktop
a02727bd22
ci(workflows): update permissions in multiple workflow files
2025-12-05 16:50:01 -07:00
blacktop
235009c38b
fix(go.yml): correct formatting in paths and add prerelease workflow
2025-12-05 16:25:07 -07:00
4de2e7f228
chore(deps): bump actions/checkout from 5 to 6 ( #955 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-21 08:05:39 -07:00
dependabot[bot] and GitHub
cf088d2556
chore(deps): bump actions/setup-go from 5 to 6 ( #855 )
2025-09-04 17:40:10 +01:00
blacktop
d3a4c4daa0
Update go.yml
2025-08-15 19:58:34 -06:00
c71432eb15
chore(deps): bump actions/checkout from 4 to 5 ( #831 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-13 09:58:08 -06:00
blacktop
91076ae67e
Update go.yml
2025-04-21 16:41:00 -06:00
blacktop
2eb617a243
Update go.yml
2025-04-21 16:37:56 -06:00
blacktop
8e865c8e41
Update go.yml
2025-04-21 16:30:14 -06:00
blacktop
4e367128db
ci: update Github Action macos VM to latest
2025-03-15 14:01:03 -06:00
blacktop
7bf3bbeb24
fix: typo in ipsw dsc disass cmd that broke CLI flag parsing logic
2025-01-09 10:49:16 -07:00
blacktop
3fb60e9b1c
feat: add --force flag to ipsw macho disass to continue to disassemble even if Analysis fails
2024-11-14 13:19:42 -07:00
blacktop
4d4124c94a
Update go.yml
2024-11-14 13:00:27 -07:00
blacktop
36d0eef0bf
chore: add error message about using ipsw dl ota --kernel etc on AEA OTAs
2024-07-28 10:12:02 -06:00
blacktop
57f465cff9
chore(ci): add macOS OTA download test back in
2024-07-28 09:56:57 -06:00
blacktop
d44e9711ba
chore(ci): remove OTA tests for now to see if any others fail
2024-07-25 12:42:35 -06:00
blacktop
fea0c56e58
Update go.yml
2024-04-02 20:49:43 -06:00
blacktop
73dcee3f2b
Update go.yml
2024-04-02 20:11:32 -06:00
blacktop
1f5baaeafd
fix: docker image CI
2024-04-02 19:21:28 -06:00
blacktop
1e2d89d530
chore: swap out AppBuildTime for AppBuildCommit for reproducible builds #420
2024-03-24 11:47:54 -06:00
015c20d91e
chore(deps): bump actions/cache from 3 to 4 ( #386 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-18 09:53:48 -07:00
dependabot[bot] and GitHub
65ac1e883b
chore(deps): bump actions/setup-go from 4 to 5 ( #368 )
2023-12-07 08:33:11 -07:00
blacktop
cba2a63bfc
Update go.yml
2023-11-17 11:23:12 -07:00
blacktop
69965c6325
Update go.yml
2023-10-31 19:56:06 -06:00
blacktop
d5f58a57d5
fix: swift mangled type parsing issue
2023-10-17 18:03:36 -06:00
blacktop
f8ad5b7451
Update go.yml
2023-10-02 09:31:08 -06:00
dependabot[bot] and GitHub
785cecc476
chore(deps): bump actions/checkout from 3 to 4 ( #300 )
2023-09-05 09:03:41 -06:00
blacktop
07af4c8bb3
Update go.yml
2023-07-24 11:58:22 -06:00
blacktop
b028d81329
Update go.yml
2023-07-24 11:54:18 -06:00
blacktop
08d16ef081
Update go.yml
2023-07-18 15:53:40 -06:00
blacktop
3df61be651
Update go.yml
2023-07-18 15:48:24 -06:00
blacktop
52a2f8095c
fix: GH Actions CI
2023-07-18 12:09:33 -06:00
blacktop
1de06098e0
Update go.yml
2023-06-16 14:28:58 -06:00
blacktop
69c9cc877f
Update go.yml
2023-06-16 14:23:59 -06:00
blacktop
2af2365746
Update go.yml
2023-06-16 14:04:04 -06:00
blacktop
cbc98b1429
Update go.yml
2023-06-16 13:52:53 -06:00
blacktop
76e438033d
Update go.yml
2023-06-16 13:08:17 -06:00
blacktop
161cf16cce
Update go.yml
2023-06-16 09:26:28 -06:00
blacktop
40868cdd84
Update go.yml
2023-06-16 09:15:04 -06:00
blacktop
6d29d73c0d
Update go.yml
2023-06-16 09:06:24 -06:00
blacktop
0e942d309e
Update go.yml
2023-06-16 08:57:40 -06:00
blacktop
89680d6bcb
fix: ipsw extract --dyld on ubuntu #253
2023-06-15 23:38:25 -06:00
blacktop
d010dd2fea
chore: bump Github Actions macOS VM to 13
2023-06-13 13:35:23 -06:00
blacktop
ec36bd7b80
Update go.yml
2023-05-26 18:28:12 -06:00
blacktop
323dcf69b2
Update go.yml
2023-05-25 20:38:36 -06:00