Skip to content

Commit

Permalink
Adds privacy report (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs committed Mar 16, 2024
1 parent 5540387 commit 9ba5a1f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ let package = Package(
.target(name: "Runestone", dependencies: [
.product(name: "TreeSitter", package: "tree-sitter")
], resources: [
.copy("PrivacyInfo.xcprivacy"),
.process("TextView/Appearance/Theme.xcassets")
]),
.target(name: "TestTreeSitterLanguages", cSettings: [
Expand Down
14 changes: 14 additions & 0 deletions Sources/Runestone/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 9ba5a1f

Please sign in to comment.