mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
18 lines
534 B
Python
18 lines
534 B
Python
load("//Config:buck_rule_macros.bzl", "static_library")
|
|
|
|
static_library(
|
|
name = "EncryptionKeyVisualization",
|
|
srcs = glob([
|
|
"Sources/*.swift",
|
|
]),
|
|
deps = [
|
|
"//submodules/TelegramCore:TelegramCore#shared",
|
|
"//submodules/SyncCore:SyncCore#shared",
|
|
"//submodules/EncryptionKeyVisualization/Impl:EncryptionKeyVisualizationImpl",
|
|
],
|
|
frameworks = [
|
|
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
|
"$SDKROOT/System/Library/Frameworks/UIKit.framework",
|
|
],
|
|
)
|