From 37b6cbb20edd41e505bc42ee9b9e46a91f7c002a Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Fri, 20 Oct 2023 16:12:41 +0200 Subject: [PATCH] Remove the `Sentry-Dynamic` target and the `PrivacyInfo.xcprivacy` file from Sentry build --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index d5c1b51dce4..8d59b100528 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ let package = Package( platforms: [.iOS(.v11), .macOS(.v10_13), .tvOS(.v11), .watchOS(.v4)], products: [ .library(name: "Sentry", targets: ["Sentry"]), - .library(name: "Sentry-Dynamic", type: .dynamic, targets: ["Sentry"]), + // .library(name: "Sentry-Dynamic", type: .dynamic, targets: ["Sentry"]), .library(name: "SentrySwiftUI", targets: ["SentrySwiftUI"]) ], targets: [ @@ -37,9 +37,9 @@ let package = Package( path: "Sources", sources: [ "Swift" - ], - resources: [ - .copy("Resources/PrivacyInfo.xcprivacy") + // ], + // resources: [ + // .copy("Resources/PrivacyInfo.xcprivacy") ] ), .target ( name: "SentrySwiftUI",