File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Sources/SwiftUIBackports/Resources Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ let package = Package(
2424 targets: [
2525 . target(
2626 name: " SwiftUIBackports " ,
27- dependencies: [ " SwiftBackports " ]
27+ dependencies: [ " SwiftBackports " ] ,
28+ resources: [ . process( " Resources/PrivacyInfo.xcprivacy " ) ]
2829 )
2930 ] ,
3031 swiftLanguageVersions: [ . v5]
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 >CA92.1</string >
13+ </array >
14+ </dict >
15+ </array >
16+ </dict >
17+ </plist >
You can’t perform that action at this time.
0 commit comments