We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2c633 commit 3ab97e7Copy full SHA for 3ab97e7
PrivacyInfo.xcprivacy
@@ -0,0 +1,14 @@
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
11
+ <key>NSPrivacyAccessedAPITypes</key>
12
13
+</dict>
14
+</plist>
absl/abseil.podspec.gen.py
@@ -30,6 +30,9 @@
30
:git => 'https://github.com/abseil/abseil-cpp.git',
31
:tag => '${tag}',
32
}
33
+ s.resource_bundles = {
34
+ s.module_name => 'PrivacyInfo.xcprivacy',
35
+ }
36
s.module_name = 'absl'
37
s.header_mappings_dir = 'absl'
38
s.header_dir = 'absl'
0 commit comments