mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-08 14:15:17 +00:00
[swift] Make swift module public (#7274)
This commit is contained in:
@@ -4,4 +4,5 @@ swift_library(
|
||||
name = "swift",
|
||||
srcs = glob(["Sources/FlatBuffers/*.swift"]),
|
||||
module_name = "FlatBuffers",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user