We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 642751f + 4986894 commit beae296Copy full SHA for beae296
Sources/ComponentsKit/Resources/PrivacyInfo.xcprivacy
@@ -0,0 +1,14 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+<plist version="1.0">
4
+ <dict>
5
+ <key>NSPrivacyTracking</key>
6
+ <false />
7
+ <key>NSPrivacyTrackingDomains</key>
8
+ <array />
9
+ <key>NSPrivacyCollectedDataTypes</key>
10
11
+ <key>NSPrivacyAccessedAPITypes</key>
12
13
+ </dict>
14
+</plist>
0 commit comments