summaryrefslogtreecommitdiff
path: root/absl
diff options
context:
space:
mode:
authorGravatar Hannah Shi <hannahshisfb@gmail.com>2024-02-07 10:24:29 -0800
committerGravatar GitHub <noreply@github.com>2024-02-07 13:24:29 -0500
commit704de406be1603c34755538664e29c37391b93f6 (patch)
tree14229bfaca5666db07bc6a5115f04ba2ea5b8957 /absl
parent8c0b94e793a66495e0b1f34a5eb26bd7dc672db0 (diff)
Backport Apple Privacy Manifest (#1611)
Diffstat (limited to 'absl')
-rwxr-xr-xabsl/abseil.podspec.gen.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/absl/abseil.podspec.gen.py b/absl/abseil.podspec.gen.py
index 63752980..c83edbfe 100755
--- a/absl/abseil.podspec.gen.py
+++ b/absl/abseil.podspec.gen.py
@@ -30,6 +30,9 @@ Pod::Spec.new do |s|
:git => 'https://github.com/abseil/abseil-cpp.git',
:tag => '${tag}',
}
+ s.resource_bundles = {
+ s.module_name => 'PrivacyInfo.xcprivacy',
+ }
s.module_name = 'absl'
s.header_mappings_dir = 'absl'
s.header_dir = 'absl'