From 9ee24ddbf73362d8d71da764cb58945345c53c59 Mon Sep 17 00:00:00 2001 From: Jimmy M Andersson Date: Fri, 29 Mar 2024 12:11:36 +0100 Subject: [PATCH] Add App Privacy manifest --- Package.swift | 3 +++ .../StatKit/Resources/PrivacyInfo.xcprivacy | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 Sources/StatKit/Resources/PrivacyInfo.xcprivacy diff --git a/Package.swift b/Package.swift index 9da71a0..7a2931e 100644 --- a/Package.swift +++ b/Package.swift @@ -26,6 +26,9 @@ let package = Package( name: "StatKit", dependencies: [ .product(name: "RealModule", package: "swift-numerics", condition: .none) + ], + resources: [ + .process("Resources/PrivacyInfo.xcprivacy") ] ), .testTarget( diff --git a/Sources/StatKit/Resources/PrivacyInfo.xcprivacy b/Sources/StatKit/Resources/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..8ceb89c --- /dev/null +++ b/Sources/StatKit/Resources/PrivacyInfo.xcprivacy @@ -0,0 +1,18 @@ + + + + + NSPrivacyTracking + + NSPrivacyTrackingDomains + + NSPrivacyCollectedDataTypes + + + + NSPrivacyAccessedAPITypes + + + + +