2019-08-26 04:28:26 +04:00

13 lines
309 B
Python

load("//Config:buck_rule_macros.bzl", "static_library")
static_library(
name = "HexColor",
srcs = glob([
"Sources/**/*.swift",
]),
frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
"$SDKROOT/System/Library/Frameworks/UIKit.framework",
],
)