Skip to content

Commit

Permalink
Leave privacy manifest only for crash
Browse files Browse the repository at this point in the history
  • Loading branch information
matux committed Apr 22, 2024
1 parent 059f95a commit ab2943a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ let package = Package(
targets: [
.target(
name: "RollbarCommon",
path: "RollbarCommon/Sources/RollbarCommon",
resources: [.copy("PrivacyInfo.xcprivacy")]
path: "RollbarCommon/Sources/RollbarCommon"
),
.target(
name: "RollbarCrash",
Expand Down Expand Up @@ -54,8 +53,7 @@ let package = Package(
"RollbarCrash",
"RollbarReport"
],
path: "RollbarNotifier/Sources/RollbarNotifier",
resources: [.copy("PrivacyInfo.xcprivacy")]
path: "RollbarNotifier/Sources/RollbarNotifier"
),
.target(
name: "RollbarDeploys",
Expand Down
3 changes: 1 addition & 2 deletions RollbarCommon/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ let package = Package(
targets: [
.target(
name: "RollbarCommon",
path: "Sources/RollbarCommon",
resources: [.copy("PrivacyInfo.xcprivacy")]
path: "Sources/RollbarCommon"
),
.testTarget(
name: "RollbarCommonTests",
Expand Down
3 changes: 1 addition & 2 deletions RollbarNotifier/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ let package = Package(
"RollbarCrash",
"RollbarReport"
],
path: "Sources/RollbarNotifier",
resources: [.copy("PrivacyInfo.xcprivacy")]
path: "Sources/RollbarNotifier"
),
.testTarget(
name: "RollbarReportTests",
Expand Down

0 comments on commit ab2943a

Please sign in to comment.