14 lines
260 B
Python

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