Skip to content

Commit

Permalink
Update package file
Browse files Browse the repository at this point in the history
  • Loading branch information
kdvmgn committed Nov 3, 2023
1 parent 5a21566 commit 569af67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ let package = Package(
targets: [
.target(
name: "SkeletonView",
path: "SkeletonViewCore/Sources"
path: "SkeletonViewCore/Sources",
resources: [.copy("Supporting Files/PrivacyInfo.xcprivacy")],
),
.testTarget(
name: "SkeletonViewTests",
Expand Down

0 comments on commit 569af67

Please sign in to comment.