Skip to content

Commit

Permalink
fix Xcode warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
paulanatoleclaudot-betclic committed Oct 1, 2021
1 parent 0c5edd3 commit c4b91b6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "VersaPlayerSPM",
dependencies: [],
resources: [
.process("Resources/Artboard.png"),
.copy("Resources/iPhone.png")
]),
dependencies: []),
]
)

0 comments on commit c4b91b6

Please sign in to comment.