mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix build
This commit is contained in:
parent
ebc1de3d3a
commit
48093b54d8
@ -1,7 +1,7 @@
|
|||||||
load("//Config:buck_rule_macros.bzl", "static_library")
|
load("//Config:buck_rule_macros.bzl", "static_library")
|
||||||
|
|
||||||
static_library(
|
static_library(
|
||||||
name = "TextSelectionNode",
|
name = "ChatMessageInteractiveMediaBadge",
|
||||||
srcs = glob([
|
srcs = glob([
|
||||||
"Sources/**/*.swift",
|
"Sources/**/*.swift",
|
||||||
]),
|
]),
|
||||||
@ -9,6 +9,9 @@ static_library(
|
|||||||
"//submodules/AsyncDisplayKit:AsyncDisplayKit#shared",
|
"//submodules/AsyncDisplayKit:AsyncDisplayKit#shared",
|
||||||
"//submodules/Display:Display#shared",
|
"//submodules/Display:Display#shared",
|
||||||
"//submodules/TelegramPresentationData:TelegramPresentationData",
|
"//submodules/TelegramPresentationData:TelegramPresentationData",
|
||||||
|
"//submodules/TextFormat:TextFormat",
|
||||||
|
"//submodules/RadialStatusNode:RadialStatusNode",
|
||||||
|
"//submodules/AppBundle:AppBundle",
|
||||||
],
|
],
|
||||||
frameworks = [
|
frameworks = [
|
||||||
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user