Skip to content

Commit

Permalink
Configure resources
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHerrmann committed Sep 30, 2023
1 parent d46148a commit 9ea714c
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 @@ -20,7 +20,8 @@ let package = Package(
targets: [
.target(
name: "FHPropertyWrappers",
dependencies: []
dependencies: [],
resources: [.copy("Resources")]
),
.testTarget(
name: "FHPropertyWrappersTests",
Expand Down

0 comments on commit 9ea714c

Please sign in to comment.