mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
12 lines
233 B
INI
12 lines
233 B
INI
load(
|
|
"@build_bazel_rules_swift//swift:swift.bzl",
|
|
"swift_library",
|
|
)
|
|
|
|
swift_library(
|
|
name = "SWXMLHash",
|
|
srcs = glob(["Source/**/*.swift"]),
|
|
module_name = "SWXMLHash",
|
|
visibility = ["//visibility:public"],
|
|
)
|