Telegram-iOS/third-party/XMLCoder/BUILD
2026-04-24 23:19:15 +04:00

17 lines
316 B
Text

load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library")
swift_library(
name = "XMLCoder",
module_name = "XMLCoder",
srcs = glob([
"Sources/**/*.swift",
]),
copts = [
"-suppress-warnings",
],
deps = [
],
visibility = [
"//visibility:public",
],
)