Skip to content

Commit bf3991e

Browse files
committed
using .copy instead of .process since the contents don't need change
1 parent 3e52ad5 commit bf3991e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
dependencies: [],
1919
path: "Xcode/Sources",
2020
resources: [
21-
.process("../Resources/PrivacyInfo.xcprivacy")
21+
.copy("../Resources/PrivacyInfo.xcprivacy")
2222
]
2323
),
2424

0 commit comments

Comments
 (0)