Skip to content

Commit

Permalink
using .copy instead of .process since the contents don't need change
Browse files Browse the repository at this point in the history
  • Loading branch information
haniewais committed Mar 14, 2024
1 parent 3e52ad5 commit bf3991e
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 @@ -18,7 +18,7 @@ let package = Package(
dependencies: [],
path: "Xcode/Sources",
resources: [
.process("../Resources/PrivacyInfo.xcprivacy")
.copy("../Resources/PrivacyInfo.xcprivacy")
]
),

Expand Down

0 comments on commit bf3991e

Please sign in to comment.