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