Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit b712681

Browse files
Added an explicit dependency to DRK 3.3.1 in aichat to try and get around the build issues
1 parent 4793044 commit b712681

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

LocalPackages/AIChat/Package.swift

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ let package = Package(
1313
targets: ["AIChat"]
1414
),
1515
],
16+
dependencies: [
17+
.package(url: "https://github.com/duckduckgo/DesignResourcesKit", exact: "3.3.1"),
18+
],
1619
targets: [
1720
.target(
1821
name: "AIChat",

0 commit comments

Comments
 (0)