From a12b6a21e37b896b86dd88cfffb0048c4ec33119 Mon Sep 17 00:00:00 2001 From: Sacha DSO Date: Tue, 5 Mar 2024 22:06:10 -1000 Subject: [PATCH] Adds PrivacyInfo.xcprivacy --- Package.swift | 2 +- Sources/PrivacyInfo.xcprivacy | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 Sources/PrivacyInfo.xcprivacy diff --git a/Package.swift b/Package.swift index 84958ec4f8..2ed9ccce95 100644 --- a/Package.swift +++ b/Package.swift @@ -15,7 +15,7 @@ let package = Package( .library(name: "Then", targets: ["Then"]) ], targets: [ - .target(name: "Then"), + .target(name: "Then", path: "Sources", resources: [.copy("PrivacyInfo.xcprivacy")]), .testTarget(name: "ThenTests", dependencies: ["Then"]) ] ) diff --git a/Sources/PrivacyInfo.xcprivacy b/Sources/PrivacyInfo.xcprivacy new file mode 100644 index 0000000000..e08a130bce --- /dev/null +++ b/Sources/PrivacyInfo.xcprivacy @@ -0,0 +1,14 @@ + + + + + NSPrivacyTracking + + NSPrivacyTrackingDomains + + NSPrivacyCollectedDataTypes + + NSPrivacyAccessedAPITypes + + +