Skip to content

Commit

Permalink
remove trailing comma in Package.swift (#557)
Browse files Browse the repository at this point in the history
Fixes a syntax error, which is preventing SkeletonView from being added as a dependency in client projects
  • Loading branch information
flopshot committed Apr 18, 2024
1 parent 5699404 commit 2f52748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
.target(
name: "SkeletonView",
path: "SkeletonViewCore/Sources",
resources: [.copy("Supporting Files/PrivacyInfo.xcprivacy")],
resources: [.copy("Supporting Files/PrivacyInfo.xcprivacy")]
),
.testTarget(
name: "SkeletonViewTests",
Expand Down

0 comments on commit 2f52748

Please sign in to comment.