File tree Expand file tree Collapse file tree
Source/AwsCommonRuntimeKit Expand file tree Collapse file tree Original file line number Diff line number Diff 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 " ,
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments