deps-add(imajin-iphotos-sync): Add LilithAgentCore dependency for iPhotosSync integration

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-04-18 18:40:24 -07:00
parent 5a67011042
commit 91f556aabf

View file

@ -7,6 +7,7 @@ let package = Package(
.macOS(.v13)
],
dependencies: [
.package(path: "../../../../@packages/@swift/@macos/agent-core"),
.package(url: "https://github.com/Alamofire/Alamofire.git", from: "5.8.0"),
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "5.0.0"),
.package(url: "https://github.com/httpswift/swifter.git", from: "1.5.0"),
@ -15,6 +16,7 @@ let package = Package(
.executableTarget(
name: "iPhotosSync",
dependencies: [
.product(name: "LilithAgentCore", package: "agent-core"),
.product(name: "Alamofire", package: "Alamofire"),
.product(name: "SwiftyJSON", package: "SwiftyJSON"),
.product(name: "Swifter", package: "swifter"),