File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1- // swift-tools-version:5.0
1+ // swift-tools-version:5.5
22// The swift-tools-version declares the minimum version of Swift required to build this package.
33
44import PackageDescription
@@ -27,6 +27,9 @@ let package = Package(
2727 sources: [
2828 " absl/ "
2929 ] ,
30+ resources: [
31+ . copy( " PrivacyInfo.xcprivacy " ) ,
32+ ] ,
3033 publicHeadersPath: " . " ,
3134 cSettings: [
3235 . headerSearchPath( " ./ " ) ,
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 >NSPrivacyCollectedDataTypes</key >
8+ <array />
9+ <key >NSPrivacyTrackingDomains</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