2019-10-11 16:22:09 +04:00

12 lines
250 B
Python

load("//Config:buck_rule_macros.bzl", "static_library")
static_library(
name = "WidgetItems",
srcs = glob([
"Sources/**/*.swift",
]),
frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
],
)