Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Aug 16, 2023
1 parent 8992fd2 commit 9f3a8f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ let package = Package(
"Sentry/",
"SentryCrash/"
],
resources: [
.copy("Resources/PrivacyInfo.xcprivacy")
],
publicHeadersPath: "Sentry/Public/",
cxxSettings: [
.define("GCC_ENABLE_CPP_EXCEPTIONS", to: "YES"),
Expand All @@ -40,6 +37,9 @@ let package = Package(
path: "Sources",
sources: [
"Swift"
],
resources: [
.process("Resources/PrivacyInfo.xcprivacy")
]
),
.target ( name: "SentrySwiftUI",
Expand Down

0 comments on commit 9f3a8f3

Please sign in to comment.