mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Temp
This commit is contained in:
parent
dcfb6ddd9c
commit
dbfb4eb8d9
150 changed files with 3946 additions and 522 deletions
20
submodules/lottie-ios/BUCK
Normal file
20
submodules/lottie-ios/BUCK
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
load("//Config:buck_rule_macros.bzl", "static_library")
|
||||
|
||||
static_library(
|
||||
name = "Lottie",
|
||||
srcs = glob([
|
||||
"lottie-ios/**/*.m",
|
||||
]),
|
||||
headers = glob([
|
||||
"lottie-ios/**/*.h",
|
||||
]),
|
||||
exported_headers = glob([
|
||||
"lottie-ios/Classes/PublicHeaders/*.h",
|
||||
]),
|
||||
deps = [
|
||||
],
|
||||
frameworks = [
|
||||
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
||||
"$SDKROOT/System/Library/Frameworks/UIKit.framework",
|
||||
],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue