Skip to content

Commit

Permalink
Exclude PrivacyInfo.xcprivacy from swift package (silences warning) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed authored Nov 21, 2023
1 parent 8731ef3 commit 7f4e9e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ let package = Package(
name: "Segment",
dependencies: [
.product(name: "Sovran", package: "sovran-swift")
]),
],
exclude: ["PrivacyInfo.xcprivacy"]),
.testTarget(
name: "Segment-Tests",
dependencies: ["Segment"]),
Expand Down
3 changes: 2 additions & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ let package = Package(
name: "Segment",
dependencies: [
.product(name: "Sovran", package: "sovran-swift")
]),
],
exclude: ["PrivacyInfo.xcprivacy"]),
.testTarget(
name: "Segment-Tests",
dependencies: ["Segment"]),
Expand Down

0 comments on commit 7f4e9e7

Please sign in to comment.