mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
11 lines
221 B
Python
11 lines
221 B
Python
|
|
load("@build_bazel_rules_apple//apple:resources.bzl",
|
|
"swift_intent_library",
|
|
)
|
|
|
|
swift_intent_library(
|
|
name = "GeneratedSources",
|
|
src = "Intents.intentdefinition",
|
|
visibility = ["//visibility:public"],
|
|
)
|