Browse Source

Use process instead of copy for privacy manifest

onevcat 1 year ago
parent
commit
c537fb7b98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Package@swift-5.9.swift

+ 1 - 1
Package@swift-5.9.swift

@@ -17,7 +17,7 @@ let package = Package(
         .target(
             name: "Kingfisher",
             path: "Sources",
-            resources: [.copy("PrivacyInfo.xcprivacy")]
+            resources: [.process("PrivacyInfo.xcprivacy")]
         )
     ]
 )