Skip to content

Commit

Permalink
Update Package.swift to fix PrivacyInfo.xcprivacy resources
Browse files Browse the repository at this point in the history
  • Loading branch information
leoho0722 committed Oct 16, 2024
1 parent d6c0c22 commit d09aa6e
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 @@ -21,7 +21,7 @@ let package = Package(
"../../build-documentation.sh"
],
resources: [
.copy("./PrivacyInfo.xcprivacy")
.process("./PrivacyInfo.xcprivacy")
],
linkerSettings: [
.linkedFramework("SwiftUI"),
Expand Down

0 comments on commit d09aa6e

Please sign in to comment.