Skip to content

Commit

Permalink
Export PrivacyInfo.xcprivacy (#17054)
Browse files Browse the repository at this point in the history
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=#17054 from mjburghard:export-privacy-manifest 4869cab
PiperOrigin-RevId: 647791805
  • Loading branch information
mjburghard authored and Copybara-Service committed Jun 28, 2024
1 parent 62e07e3 commit 988a03a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 988a03a

Please sign in to comment.