Skip to content

Commit

Permalink
fix: exclude Info.plist in Package file
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyingtao committed Dec 7, 2021
1 parent 41a486d commit 4c5de48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -15,7 +15,7 @@ let package = Package(
targets: [
.target(
name: "Mantis",
exclude: ["Resources/Info.plist"],
exclude: ["Info.plist", "Resources/Info.plist"],
resources: [.process("Resources")],
swiftSettings: [.define("MANTIS_SPM")]
)
Expand Down

0 comments on commit 4c5de48

Please sign in to comment.