mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix build
This commit is contained in:
parent
d5f441c465
commit
8341aecc01
4 changed files with 4 additions and 2 deletions
|
|
@ -20,6 +20,7 @@ static_library(
|
|||
"//submodules/CheckNode:CheckNode",
|
||||
"//submodules/SegmentedControlNode:SegmentedControlNode",
|
||||
"//submodules/AccountContext:AccountContext",
|
||||
"//submodules/AnimationUI:AnimationUI",
|
||||
],
|
||||
frameworks = [
|
||||
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ static_library(
|
|||
"//submodules/AlertUI:AlertUI",
|
||||
"//submodules/ItemListUI:ItemListUI",
|
||||
"//submodules/SolidRoundedButtonNode:SolidRoundedButtonNode",
|
||||
"//submodules/OverlayStatusController:OverlayStatusController",
|
||||
],
|
||||
frameworks = [
|
||||
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import Foundation
|
||||
import AsyncDisplayKit
|
||||
import AnimationUI
|
||||
import AnimatedStickerNode
|
||||
import Display
|
||||
import Postbox
|
||||
import TelegramCore
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import Foundation
|
||||
import AsyncDisplayKit
|
||||
import Display
|
||||
import AnimationUI
|
||||
import AnimatedStickerNode
|
||||
import TelegramCore
|
||||
import TelegramPresentationData
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue