Skip to content

Commit b6380f6

Browse files
sichanyooSichan Yoo
andauthored
chore: Add a privacy manifest (#254)
Co-authored-by: Sichan Yoo <chanyoo@amazon.com>
1 parent ad4cb97 commit b6380f6

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,10 @@ packageTargets.append(contentsOf: [
266266
"AwsCCommon",
267267
"AwsCChecksums",
268268
"AwsCEventStream"],
269-
path: "Source/AwsCommonRuntimeKit"
269+
path: "Source/AwsCommonRuntimeKit",
270+
resources: [
271+
.copy("PrivacyInfo.xcprivacy")
272+
]
270273
),
271274
.testTarget(
272275
name: "AwsCommonRuntimeKitTests",
Lines changed: 23 additions & 0 deletions
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>NSPrivacyAccessedAPITypes</key>
10+
<array>
11+
<dict>
12+
<key>NSPrivacyAccessedAPIType</key>
13+
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
14+
<key>NSPrivacyAccessedAPITypeReasons</key>
15+
<array>
16+
<string>0A2A.1</string>
17+
</array>
18+
</dict>
19+
</array>
20+
<key>NSPrivacyCollectedDataTypes</key>
21+
<array/>
22+
</dict>
23+
</plist>

0 commit comments

Comments
 (0)