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
2
2
3
3
import PackageDescription
4
4
@@ -13,7 +13,8 @@ let package = Package(
13
13
targets: [
14
14
. target(
15
15
name: " Cache " ,
16
- path: " Source "
16
+ path: " Source " ,
17
+ resources: [ . copy( " PrivacyInfo.xcprivacy " ) ]
17
18
) ,
18
19
. testTarget(
19
20
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