Skip to content

Commit 203b565

Browse files
committed
Remove the Sentry-Dynamic target and the PrivacyInfo.xcprivacy file from Sentry build
1 parent ddb4778 commit 203b565

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let package = Package(
66
platforms: [.iOS(.v11), .macOS(.v10_13), .tvOS(.v11), .watchOS(.v4)],
77
products: [
88
.library(name: "Sentry", targets: ["Sentry"]),
9-
.library(name: "Sentry-Dynamic", type: .dynamic, targets: ["Sentry"]),
9+
// .library(name: "Sentry-Dynamic", type: .dynamic, targets: ["Sentry"]),
1010
.library(name: "SentrySwiftUI", targets: ["SentrySwiftUI"])
1111
],
1212
targets: [
@@ -37,9 +37,9 @@ let package = Package(
3737
path: "Sources",
3838
sources: [
3939
"Swift"
40-
],
41-
resources: [
42-
.copy("Resources/PrivacyInfo.xcprivacy")
40+
// ],
41+
// resources: [
42+
// .copy("Resources/PrivacyInfo.xcprivacy")
4343
]
4444
),
4545
.target ( name: "SentrySwiftUI",

0 commit comments

Comments
 (0)