Skip to content

Commit 3ab97e7

Browse files
authored
Backport Apple Privacy Manifest (#1613)
1 parent 4a2c633 commit 3ab97e7

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

PrivacyInfo.xcprivacy

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
<array/>
11+
<key>NSPrivacyAccessedAPITypes</key>
12+
<array/>
13+
</dict>
14+
</plist>

absl/abseil.podspec.gen.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
:git => 'https://github.com/abseil/abseil-cpp.git',
3131
:tag => '${tag}',
3232
}
33+
s.resource_bundles = {
34+
s.module_name => 'PrivacyInfo.xcprivacy',
35+
}
3336
s.module_name = 'absl'
3437
s.header_mappings_dir = 'absl'
3538
s.header_dir = 'absl'

0 commit comments

Comments
 (0)