File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1- // swift-tools-version:5.1
1+ // swift-tools-version:5.5
22
33import PackageDescription
44
@@ -13,7 +13,8 @@ let package = Package(
1313 targets: [
1414 . target(
1515 name: " Cache " ,
16- path: " Source "
16+ path: " Source " ,
17+ resources: [ . copy( " PrivacyInfo.xcprivacy " ) ]
1718 ) ,
1819 . testTarget(
1920 name: " CacheTests " ,
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 >NSPrivacyCollectedDataTypes</key >
6+ <array />
7+ <key >NSPrivacyAccessedAPITypes</key >
8+ <array >
9+ <dict >
10+ <key >NSPrivacyAccessedAPITypeReasons</key >
11+ <array >
12+ <string >C617.1</string >
13+ </array >
14+ <key >NSPrivacyAccessedAPIType</key >
15+ <string >NSPrivacyAccessedAPICategoryFileTimestamp</string >
16+ </dict >
17+ </array >
18+ </dict >
19+ </plist >
You can’t perform that action at this time.
0 commit comments