File tree 2 files changed +18
-1
lines changed
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
2
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
3
4
4
import PackageDescription
@@ -27,6 +27,9 @@ let package = Package(
27
27
sources: [
28
28
" absl/ "
29
29
] ,
30
+ resources: [
31
+ . copy( " PrivacyInfo.xcprivacy " ) ,
32
+ ] ,
30
33
publicHeadersPath: " . " ,
31
34
cSettings: [
32
35
. 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