mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-05 10:50:54 +00:00
Temp
This commit is contained in:
16
submodules/ImageTransparency/BUCK
Normal file
16
submodules/ImageTransparency/BUCK
Normal file
@@ -0,0 +1,16 @@
|
||||
load("//Config:buck_rule_macros.bzl", "static_library")
|
||||
|
||||
static_library(
|
||||
name = "ImageTransparency",
|
||||
srcs = glob([
|
||||
"Sources/*.swift",
|
||||
]),
|
||||
deps = [
|
||||
"//submodules/Display:Display#shared",
|
||||
],
|
||||
frameworks = [
|
||||
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
||||
"$SDKROOT/System/Library/Frameworks/UIKit.framework",
|
||||
"$SDKROOT/System/Library/Frameworks/Accelerate.framework",
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user