Skip to content

Commit f856226

Browse files
authored
Add PrivacyInfo.xcprivacy (#325)
1 parent 97a5dbd commit f856226

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

Package.swift

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ let package = Package(
3030
dependencies: ["PINOperation"],
3131
path: "Source",
3232
exclude: ["Info.plist"],
33+
resources: [.copy("../PrivacyInfo.xcprivacy")],
3334
publicHeadersPath: ".",
3435
cSettings: [
3536
.define("NS_BLOCK_ASSERTIONS", to: "1", .when(configuration: .release)),

PrivacyInfo.xcprivacy

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
<array/>
11+
<key>NSPrivacyAccessedAPITypes</key>
12+
<array>
13+
<dict>
14+
<key>NSPrivacyAccessedAPIType</key>
15+
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
16+
<key>NSPrivacyAccessedAPITypeReasons</key>
17+
<array>
18+
<string>0A2A.1</string>
19+
</array>
20+
</dict>
21+
</array>
22+
</dict>
23+
</plist>

0 commit comments

Comments
 (0)