Skip to content

Commit

Permalink
Remove the Sentry-Dynamic target and the PrivacyInfo.xcprivacy fi…
Browse files Browse the repository at this point in the history
…le from Sentry build
  • Loading branch information
jozefizso committed Mar 4, 2024
1 parent 38f4f70 commit 3e3f529
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down Expand Up @@ -37,9 +37,9 @@ let package = Package(
path: "Sources",
sources: [
"Swift"
],
resources: [
.copy("Resources/PrivacyInfo.xcprivacy")
// ],
// resources: [
// .copy("Resources/PrivacyInfo.xcprivacy")
]
),
.target ( name: "SentrySwiftUI",
Expand Down

0 comments on commit 3e3f529

Please sign in to comment.