Skip to content

Commit

Permalink
Merge pull request #2243 from onevcat/fix/privacy-manifest-copy
Browse files Browse the repository at this point in the history
Use process instead of copy for privacy manifest
  • Loading branch information
onevcat committed Apr 30, 2024
2 parents 6a55ed1 + c537fb7 commit a4d1b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package@swift-5.9.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
.target(
name: "Kingfisher",
path: "Sources",
resources: [.copy("PrivacyInfo.xcprivacy")]
resources: [.process("PrivacyInfo.xcprivacy")]
)
]
)

0 comments on commit a4d1b0f

Please sign in to comment.