Skip to content
Prev Previous commit
Next Next commit
added privacyinfo to swift package
  • Loading branch information
haniewais committed Mar 13, 2024
commit 72c05a0ecc9516ae3bc1c5061b2b73a852f54b2d
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ let package = Package(
.target(
name: "Swifter",
dependencies: [],
path: "Xcode/Sources"
path: "Xcode/Sources",
resources: [
.process("PrivacyInfo.xcprivacy")
]
),

.target(
Expand Down