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",