File tree 2 files changed +29
-1
lines changed
2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,12 @@ let package = Package(
10
10
. library( name: " Persist " , targets: [ " Persist " ] ) ,
11
11
] ,
12
12
targets: [
13
- . target( name: " Persist " ) ,
13
+ . target(
14
+ name: " Persist " ,
15
+ resources: [
16
+ . copy( " PrivacyInfo.xcprivacy " ) ,
17
+ ]
18
+ ) ,
14
19
. testTarget( name: " PersistTests " , dependencies: [ " Persist " ] ) ,
15
20
]
16
21
)
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 >NSPrivacyAccessedAPITypes</key >
6
+ <array >
7
+ <dict >
8
+ <key >NSPrivacyAccessedAPIType</key >
9
+ <string >NSPrivacyAccessedAPICategoryUserDefaults</string >
10
+ <key >NSPrivacyAccessedAPITypeReasons</key >
11
+ <array >
12
+ <string >C56D.1</string >
13
+ </array >
14
+ </dict >
15
+ </array >
16
+ <key >NSPrivacyCollectedDataTypes</key >
17
+ <array />
18
+ <key >NSPrivacyTrackingDomains</key >
19
+ <array />
20
+ <key >NSPrivacyTracking</key >
21
+ <false />
22
+ </dict >
23
+ </plist >
You can’t perform that action at this time.
0 commit comments