Skip to content

Commit

Permalink
Remove the invalid excluded item
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Nov 8, 2023
1 parent 5d81347 commit 98b9977
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ let package = Package(
],
targets: [
.target(
name: "Appcast",
exclude: [
"SUAppcastItem.m"
]
name: "Appcast"
),
.testTarget(
name: "AppcastTests",
Expand Down

0 comments on commit 98b9977

Please sign in to comment.