Skip to content

Commit

Permalink
Add App Privacy manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyMAndersson committed Mar 29, 2024
1 parent ead8d3c commit 9ee24dd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ let package = Package(
name: "StatKit",
dependencies: [
.product(name: "RealModule", package: "swift-numerics", condition: .none)
],
resources: [
.process("Resources/PrivacyInfo.xcprivacy")
]
),
.testTarget(
Expand Down
18 changes: 18 additions & 0 deletions Sources/StatKit/Resources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array>
<dict/>
</array>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict/>
</array>
</dict>
</plist>

0 comments on commit 9ee24dd

Please sign in to comment.