From 4869cabc3d6f987c3ba2652e268c984285ad06d1 Mon Sep 17 00:00:00 2001 From: Manuel Burghard Date: Thu, 6 Jun 2024 13:47:47 +0200 Subject: [PATCH] Export PrivacyInfo.xcprivacy --- 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