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.

Use LadderKit git dependency instead of local path

+1 -1
+1 -1
Package.swift
··· 11 11 dependencies: [ 12 12 .package(url: "https://github.com/awslabs/aws-sdk-swift.git", from: "1.6.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.3.4"), 15 15 ], 16 16 targets: [ 17 17 .target(