Skip to content

Commit

Permalink
Package.swift fix PrivacyInfo.xcprivacy should be placed in SVProcess…
Browse files Browse the repository at this point in the history
…HUD.bundle SVProgressHUD#1125
  • Loading branch information
zwt committed Mar 26, 2024
1 parent 7b34fe4 commit 65e805c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
exclude: ["SVProgressHUD-Prefix.pch", "PrivacyInfo.xcprivacy"],
resources: [
.copy("SVProgressHUD.bundle"),
.copy("PrivacyInfo.xcprivacy")
.process("PrivacyInfo.xcprivacy")
],
publicHeadersPath: "include"
)
Expand Down

0 comments on commit 65e805c

Please sign in to comment.