Skip to content

Commit

Permalink
Adds the Privacy Manifest to the list of processed files (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarden authored Aug 29, 2024
1 parent b4306ef commit b755205
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.1
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down Expand Up @@ -26,6 +26,9 @@ let package = Package(
dependencies: [],
path: "Sift",
exclude: ["Info.plist", "README.md"],
resources: [
.process("../PrivacyInfo.xcprivacy")
],
publicHeadersPath: "."),
.testTarget(
name: "sift-iosTests",
Expand Down

0 comments on commit b755205

Please sign in to comment.