mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Merge commit 'e9a4a9347a' into bazel
This commit is contained in:
commit
5dc4d4d9c1
138 changed files with 6773 additions and 5008 deletions
|
|
@ -4,17 +4,11 @@ static_library(
|
|||
name = "EncryptionKeyVisualization",
|
||||
srcs = glob([
|
||||
"Sources/*.swift",
|
||||
"Sources/*.m",
|
||||
]),
|
||||
headers = glob([
|
||||
"Sources/*.h",
|
||||
], exclude = ["Sources/EncryptionKeyVisualization.h"]),
|
||||
exported_headers = glob([
|
||||
"Sources/*.h",
|
||||
], exclude = ["Sources/EncryptionKeyVisualization.h"]),
|
||||
deps = [
|
||||
"//submodules/TelegramCore:TelegramCore#shared",
|
||||
"//submodules/SyncCore:SyncCore#shared",
|
||||
"//submodules/EncryptionKeyVisualization/Impl:EncryptionKeyVisualizationImpl",
|
||||
],
|
||||
frameworks = [
|
||||
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
||||
|
|
|
|||
18
submodules/EncryptionKeyVisualization/Impl/BUCK
Normal file
18
submodules/EncryptionKeyVisualization/Impl/BUCK
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
load("//Config:buck_rule_macros.bzl", "static_library")
|
||||
|
||||
static_library(
|
||||
name = "EncryptionKeyVisualizationImpl",
|
||||
srcs = glob([
|
||||
"Sources/*.m",
|
||||
]),
|
||||
headers = glob([
|
||||
"Sources/*.h",
|
||||
]),
|
||||
exported_headers = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
frameworks = [
|
||||
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
||||
"$SDKROOT/System/Library/Frameworks/UIKit.framework",
|
||||
],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue