From 988a03ab831178d4e38a781057e360ee101e6768 Mon Sep 17 00:00:00 2001 From: Manuel Burghard Date: Fri, 28 Jun 2024 14:04:10 -0700 Subject: [PATCH] Export PrivacyInfo.xcprivacy (#17054) Export `PrivacyInfo.xcprivacy` file to allow users of protobuf to access the file from Bazel, e.g. to bundle it with an iOS application. Closes #17054 COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/17054 from mjburghard:export-privacy-manifest 4869cabc3d6f987c3ba2652e268c984285ad06d1 PiperOrigin-RevId: 647791805 --- BUILD.bazel | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index bc587a0b22..42175b5ed1 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -12,7 +12,10 @@ load(":protobuf.bzl", "internal_objc_proto_library", "internal_php_proto_library licenses(["notice"]) -exports_files(["LICENSE"]) +exports_files([ + "LICENSE", + "PrivacyInfo.xcprivacy", +]) ################################################################################ # Well Known Types Proto Library Rules