Skip to content

Commit

Permalink
Exclude Info.plist to solve SPM warning
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriyvan committed Jun 25, 2023
1 parent 7ae68e5 commit 419b4d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ let package = Package(
"WeScan",
.product(name: "SnapshotTesting", package: "swift-snapshot-testing")
],
exclude:["Info.plist"],
resources: [
.process("Resources"),
.copy("__Snapshots__")
Expand Down

0 comments on commit 419b4d4

Please sign in to comment.