Skip to content

Commit

Permalink
fix: Add to process Iconography
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhello0507 committed Jul 22, 2024
1 parent fd7ecf7 commit 643a7ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ let package = Package(
name: "DDS",
dependencies: [],
resources: [
.process("Foundation/Typography/Font")
.process("Foundation/Typography/Font"),
.process("Foundation/Iconography/Iconography.xcassets")
]
)
]
Expand Down

0 comments on commit 643a7ec

Please sign in to comment.