Skip to content

Commit

Permalink
fix: DesignSystem Resource 경로 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHyun committed Nov 20, 2023
1 parent 116f911 commit 5f61d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOS/Projects/Shared/DesignSystem/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import ProjectDescriptionHelpers

let project = Project.makeModule(
name: "DesignSystem",
targets: .custom(name: "DesignSystem", product: .framework)
targets: .custom(name: "DesignSystem", product: .framework, resources: "Resources/**")
)

0 comments on commit 5f61d5a

Please sign in to comment.