Skip to content

Commit

Permalink
Merge pull request #206 from mthole/master
Browse files Browse the repository at this point in the history
Fix invalid resource SPM warning
  • Loading branch information
3lvis committed Mar 20, 2022
2 parents f1942ba + d9a075c commit d8f6e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "BarcodeScanner",
path: "Sources",
resources: [.copy("Images/cameraRotate@3x.png")]),
path: "Sources"
),
]
)

0 comments on commit d8f6e7a

Please sign in to comment.