This commit is contained in:
Peter 2019-08-26 04:25:02 +04:00
parent dcfb6ddd9c
commit dbfb4eb8d9
150 changed files with 3946 additions and 522 deletions

View file

@ -0,0 +1,17 @@
load("//Config:buck_rule_macros.bzl", "static_library")
static_library(
name = "LocalizedPeerData",
srcs = glob([
"Sources/*.swift",
]),
deps = [
"//submodules/TelegramCore:TelegramCore#dynamic",
"//submodules/Postbox:Postbox#dynamic",
"//submodules/TelegramPresentationData:TelegramPresentationData",
"//submodules/TelegramUIPreferences:TelegramUIPreferences",
],
frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
],
)