File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Sources/EnvironmentDecoder Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ let package = Package(
1414 ] ,
1515 targets: [
1616 . target(
17- name: " EnvironmentDecoder " ) ,
17+ name: " EnvironmentDecoder " ,
18+ resources: [ . process( " PrivacyInfo.xcprivacy " ) ] ) ,
1819 . testTarget(
1920 name: " EnvironmentDecoderTests " ,
2021 dependencies: [ " EnvironmentDecoder " ] ) ,
Original file line number Diff line number Diff line change @@ -14,5 +14,6 @@ let package = Package(
1414 ] ,
1515 targets: [
1616 . target(
17- name: " EnvironmentDecoder " ) ,
17+ name: " EnvironmentDecoder " ,
18+ resources: [ . process( " PrivacyInfo.xcprivacy " ) ] ) ,
1819 ] )
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 >NSPrivacyTracking</key >
6+ <false />
7+ <key >NSPrivacyTrackingDomains</key >
8+ <array />
9+ <key >NSPrivacyCollectedDataTypes</key >
10+ <array />
11+ <key >NSPrivacyAccessedAPITypes</key >
12+ <array />
13+ </dict >
14+ </plist >
You can’t perform that action at this time.
0 commit comments