From 50d193509d3e2c4d13d593c4a3d62763d65e27b0 Mon Sep 17 00:00:00 2001 From: Matias Pequeno Date: Mon, 22 Apr 2024 18:57:29 -0300 Subject: [PATCH] Just copy the manifest --- RollbarNotifier/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RollbarNotifier/Package.swift b/RollbarNotifier/Package.swift index 5f91c01d..6c07b8ce 100644 --- a/RollbarNotifier/Package.swift +++ b/RollbarNotifier/Package.swift @@ -53,7 +53,7 @@ let package = Package( "RollbarReport" ], path: "Sources/RollbarNotifier", - resources: [.process("PrivacyInfo.xcprivacy")] + resources: [.copy("PrivacyInfo.xcprivacy")] ), .testTarget( name: "RollbarReportTests",