Apply sticker thumbnail fixes

WIP

WIP

WIP

WIP
This commit is contained in:
Ilya Laktyushin
2020-12-23 21:17:32 +04:00
committed by Ali
parent 2fbe175639
commit a49ae70f43
292 changed files with 898 additions and 8963 deletions

View File

@@ -1,17 +0,0 @@
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",
],
)

View File

@@ -1,18 +0,0 @@
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",
],
)