Skip to content

Commit

Permalink
Merge pull request #363 from valeriyvan/copy
Browse files Browse the repository at this point in the history
Copy snapshots to test bundle to solve SPM warning
  • Loading branch information
BasThomas authored Jun 26, 2023
2 parents 7961f41 + 419b4d4 commit 6c3b9cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ let package = Package(
"WeScan",
.product(name: "SnapshotTesting", package: "swift-snapshot-testing")
],
exclude:["Info.plist"],
resources: [
.process("Resources")
.process("Resources"),
.copy("__Snapshots__")
]
)
]
Expand Down

0 comments on commit 6c3b9cf

Please sign in to comment.