Skip to content

Commit

Permalink
fix: fix unhandled Info.plists (#13)
Browse files Browse the repository at this point in the history
Closes #12
  • Loading branch information
sbertix authored May 11, 2021
1 parent f2630e7 commit 0890dc4
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 @@ -34,8 +34,8 @@ let package = Package(
],
dependencies: [],
targets: [
.target(name: "Drops", dependencies: [], path: "Sources"),
.testTarget(name: "DropsTests", dependencies: ["Drops"], path: "Tests")
.target(name: "Drops", dependencies: [], path: "Sources", exclude: ["Info.plist"]),
.testTarget(name: "DropsTests", dependencies: ["Drops"], path: "Tests", exclude: ["Info.plist"])
],
swiftLanguageVersions: [.v5]
)

0 comments on commit 0890dc4

Please sign in to comment.