Revert "Mark generated swift files as public Visibility, closes #111"
This reverts commit 8603c03450
.
This commit is contained in:
parent
683bdd5de0
commit
9c0deddf21
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue