Skip to content

Commit

Permalink
Added PrivacyInfo.xcprivacy
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenTiigi committed Apr 30, 2024
1 parent a81f41e commit 6157c77
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ let package = Package(
targets: [
.target(
name: "WhatsNewKit",
path: "Sources"
path: "Sources",
resources: [
.process("Resources/PrivacyInfo.xcprivacy")
]
),
.testTarget(
name: "WhatsNewKitTests",
Expand Down
17 changes: 17 additions & 0 deletions Sources/Resources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?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>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>C56D.1</string>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit 6157c77

Please sign in to comment.