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.

build: depend on LadderKit via git url, not local path

Local path dep was only for development. For releases, pin to the
published ladder tag so CI can build from a clean checkout.

+1 -1
+1 -1
Package.swift
··· 11 11 dependencies: [ 12 12 .package(url: "https://github.com/adam-fowler/aws-signer-v4.git", from: "3.0.0"), 13 13 .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.7.0"), 14 - .package(path: "../ladder"), 14 + .package(url: "https://github.com/tijs/ladder.git", from: "0.5.1"), 15 15 .package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"), 16 16 ], 17 17 targets: [