summaryrefslogtreecommitdiff
path: root/absl
diff options
context:
space:
mode:
authorGravatar Hannah Shi <hannahshisfb@gmail.com>2024-02-07 10:25:00 -0800
committerGravatar GitHub <noreply@github.com>2024-02-07 13:25:00 -0500
commit11e1e5c82972eb5b78d397556f604d6b3109df3f (patch)
tree81c5adce2e39ae2553dd7d43aa757086aae60234 /absl
parentfb3621f4f897824c0dbe0615fa94543df6192f30 (diff)
Backport Apple Privacy Manifest (#1612)
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'