File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ let package = Package(
2828 . product( name: " CombineExt " , package : " CombineExt " ) ,
2929 . product( name: " KeychainAccess " , package : " KeychainAccess " )
3030 ] ,
31- path: " ./Sources/GoodPersistence "
31+ path: " ./Sources " ,
32+ resources: [ . copy( " PrivacyInfo.xcprivacy " ) ]
3233 ) ,
3334 . testTarget(
3435 name: " GoodPersistenceTests " ,
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 >NSPrivacyTrackingDomains</key >
6+ <array />
7+ <key >NSPrivacyCollectedDataTypes</key >
8+ <array />
9+ <key >NSPrivacyTracking</key >
10+ <false />
11+ <key >NSPrivacyAccessedAPITypes</key >
12+ <array >
13+ <dict >
14+ <key >NSPrivacyAccessedAPIType</key >
15+ <string >NSPrivacyAccessedAPICategoryUserDefaults</string >
16+ <key >NSPrivacyAccessedAPITypeReasons</key >
17+ <array >
18+ <string >C56D.1</string >
19+ </array >
20+ </dict >
21+ </array >
22+ </dict >
23+ </plist >
You can’t perform that action at this time.
0 commit comments