Skip to content

Commit

Permalink
[swift] Make swift module public (google#7274)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Apr 26, 2022
1 parent 76d3cca commit 9917a16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swift/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ swift_library(
name = "swift",
srcs = glob(["Sources/FlatBuffers/*.swift"]),
module_name = "FlatBuffers",
visibility = ["//visibility:public"],
)

0 comments on commit 9917a16

Please sign in to comment.