Skip to content

Commit

Permalink
Merge pull request #40 from RakuyoKit/fix/privacy-manifest-copy
Browse files Browse the repository at this point in the history
fix: Use process instead of copy for privacy manifest
  • Loading branch information
rakuyoMo authored Jun 11, 2024
2 parents db76bfa + d58e107 commit 5ccdc6f
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 @@ -52,7 +52,7 @@ let package = Package(
dependencies: ["RaLog", "Then"],
path: "Sources/Core",
resources: [
.copy("../PrivacyInfo.xcprivacy"),
.process("../PrivacyInfo.xcprivacy"),
]
),

Expand Down

0 comments on commit 5ccdc6f

Please sign in to comment.