Skip to content

Commit

Permalink
Try a SyncUI package fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Nov 10, 2023
1 parent 0d6e124 commit 6e54998
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions LocalPackages/SyncUI/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ let package = Package(
targets: ["SyncUI"])
],
dependencies: [
.package(path: "../DuckUI")
.package(path: "../DuckUI"),
.package(url: "https://github.com/duckduckgo/DesignResourcesKit", exact: "2.0.0")
],
targets: [
.target(
name: "SyncUI",
dependencies: [
.product(name: "DuckUI", package: "DuckUI")
.product(name: "DuckUI", package: "DuckUI"),
"DesignResourcesKit"
])
]
)

0 comments on commit 6e54998

Please sign in to comment.