Ilya Laktyushin 48093b54d8 Fix build
2020-09-05 06:54:17 +03:00

21 lines
685 B
Python

load("//Config:buck_rule_macros.bzl", "static_library")
static_library(
name = "ChatMessageInteractiveMediaBadge",
srcs = glob([
"Sources/**/*.swift",
]),
deps = [
"//submodules/AsyncDisplayKit:AsyncDisplayKit#shared",
"//submodules/Display:Display#shared",
"//submodules/TelegramPresentationData:TelegramPresentationData",
"//submodules/TextFormat:TextFormat",
"//submodules/RadialStatusNode:RadialStatusNode",
"//submodules/AppBundle:AppBundle",
],
frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
"$SDKROOT/System/Library/Frameworks/UIKit.framework",
],
)