Fix paths in package manifests, and use process rule for privacy manifest

This commit is contained in:
Robin Kunde
2024-09-28 10:18:39 -04:00
parent 9364904a42
commit 25460b3851
+2 -3
View File
@@ -18,10 +18,9 @@ let package = Package(
.target(
name: "ProgressHUD",
dependencies: [],
path: "./ProgressHUD",
sources: ["Sources"],
path: "ProgressHUD/Sources",
resources: [
.copy("PrivacyInfo.xcprivacy")
.process("PrivacyInfo.xcprivacy"),
]
),
]