summaryrefslogtreecommitdiff
path: root/absl/abseil.podspec.gen.py
diff options
context:
space:
mode:
authorGravatar Hannah Shi <hannahshisfb@gmail.com>2024-01-22 11:55:11 -0800
committerGravatar Copybara-Service <copybara-worker@google.com>2024-01-22 11:56:26 -0800
commit4676ffa9811c10d11fc2c782d9399a3f41d739b8 (patch)
treea5759871906bb03bc5f64caea85d328e015bee1e /absl/abseil.podspec.gen.py
parentf7d2b13ef2466a5a3b7bcc535c49d3962a5c89f9 (diff)
PR #1604: Add privacy manifest
Imported from GitHub PR https://github.com/abseil/abseil-cpp/pull/1604 Looks like abseil is not using any of the APIs listed in https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api?language=objc, so adding an empty manifest file. fixes #1602 Merge 79da4bd7b54949d5e01c04623842ea1d0d4fbe59 into f7d2b13ef2466a5a3b7bcc535c49d3962a5c89f9 Merging this change closes #1604 COPYBARA_INTEGRATE_REVIEW=https://github.com/abseil/abseil-cpp/pull/1604 from HannahShiSFB:privacy-manifests 79da4bd7b54949d5e01c04623842ea1d0d4fbe59 PiperOrigin-RevId: 600525731 Change-Id: I3fbc6dcc6e47032665a9fa72c000ae245a25dd52
Diffstat (limited to 'absl/abseil.podspec.gen.py')
-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'