mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-04 12:14:29 +00:00
17 lines
421 B
Python
17 lines
421 B
Python
load("//Config:buck_rule_macros.bzl", "static_library")
|
|
|
|
static_library(
|
|
name = "ActivityIndicator",
|
|
srcs = glob([
|
|
"Sources/*.swift",
|
|
]),
|
|
deps = [
|
|
"//submodules/TelegramPresentationData",
|
|
"//submodules/AsyncDisplayKit",
|
|
],
|
|
frameworks = [
|
|
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
|
"$SDKROOT/System/Library/Frameworks/UIKit.framework",
|
|
],
|
|
)
|