We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5699404 commit 2f52748Copy full SHA for 2f52748
Package.swift
@@ -18,7 +18,7 @@ let package = Package(
18
.target(
19
name: "SkeletonView",
20
path: "SkeletonViewCore/Sources",
21
- resources: [.copy("Supporting Files/PrivacyInfo.xcprivacy")],
+ resources: [.copy("Supporting Files/PrivacyInfo.xcprivacy")]
22
),
23
.testTarget(
24
name: "SkeletonViewTests",
0 commit comments