Revert "Mark generated swift files as public Visibility, closes #111"

This reverts commit 8603c03450.
This commit is contained in:
Adam Liddell 2021-02-14 22:07:52 +00:00
parent 683bdd5de0
commit 9c0deddf21
1 changed files with 0 additions and 6 deletions

View File

@ -5,9 +5,6 @@ proto_plugin(
exclusions = [
"google/protobuf",
],
options = [
"Visibility=Public",
],
outputs = ["{protopath}.pb.swift"],
tool = "@com_github_apple_swift_protobuf//:ProtoCompilerPlugin",
visibility = ["//visibility:public"],
@ -19,9 +16,6 @@ proto_plugin(
exclusions = [
"google/protobuf",
],
options = [
"Visibility=Public",
],
outputs = ["{protopath}.grpc.swift"],
tool = "@com_github_grpc_grpc_swift//:protoc-gen-grpc-swift",
visibility = ["//visibility:public"],