Skip to content

Commit

Permalink
Revert "Mark generated swift files as public Visibility, closes #111"
Browse files Browse the repository at this point in the history
This reverts commit 8603c03.
  • Loading branch information
aaliddell committed Feb 14, 2021
1 parent 683bdd5 commit 9c0dedd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions swift/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -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"],
Expand Down

0 comments on commit 9c0dedd

Please sign in to comment.