This commit is contained in:
Ali 2020-12-17 16:36:55 +04:00
parent 0426351ee8
commit 2805b1715c
267 changed files with 0 additions and 8770 deletions

View file

@ -1,14 +0,0 @@
load("//Config:buck_rule_macros.bzl", "static_library")
static_library(
name = "PhoneNumberFormat",
srcs = glob([
"Sources/**/*.swift",
]),
deps = [
"//submodules/libphonenumber:libphonenumber",
],
frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
],
)