deps-add(imajin-iphotos-sync): ➕ Add LilithAgentCore dependency for iPhotosSync integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
5a67011042
commit
91f556aabf
1 changed files with 2 additions and 0 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue