Skip to content

Commit

Permalink
Adds PrivacyInfo.xcprivacy
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Mar 6, 2024
1 parent 7fefb1c commit a12b6a2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
]
)
14 changes: 14 additions & 0 deletions Sources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?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/>
<key>NSPrivacyAccessedAPITypes</key>
<array/>
</dict>
</plist>

0 comments on commit a12b6a2

Please sign in to comment.