Keep using Photos.app like you always do. Attic quietly backs up your originals and edits to an S3 bucket you control. One-way, append-only.
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update actions/checkout to v6 in release workflow

+1 -1
+1 -1
.github/workflows/release.yml
··· 12 12 release: 13 13 runs-on: macos-15 14 14 steps: 15 - - uses: actions/checkout@v4 15 + - uses: actions/checkout@v6 16 16 17 17 - name: Run tests 18 18 run: swift test