Skip to content

Commit

Permalink
exclude plists from targets
Browse files Browse the repository at this point in the history
  • Loading branch information
roninopf committed Oct 29, 2020
1 parent a815f94 commit 76e81b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ let package = Package(
targets: [
.target(name: "IterableSDK",
path: "swift-sdk",
exclude: ["Info.plist"],
resources: [
.process("Resources"),
]),
.target(name: "IterableAppExtensions",
path: "notification-extension"),
path: "notification-extension",
exclude: ["Info.plist"]),
]
)

0 comments on commit 76e81b1

Please sign in to comment.