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
a75bd17b6c
commit
f57d6b6168
8323 changed files with 4359 additions and 56254 deletions
|
|
@ -5,8 +5,6 @@ static_library(
|
|||
srcs = glob([
|
||||
"Sources/**/*.swift",
|
||||
]),
|
||||
deps = [
|
||||
],
|
||||
frameworks = [
|
||||
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
||||
],
|
||||
|
|
|
|||
12
submodules/UrlWhitelist/BUILD
Normal file
12
submodules/UrlWhitelist/BUILD
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library")
|
||||
|
||||
swift_library(
|
||||
name = "UrlWhitelist",
|
||||
module_name = "UrlWhitelist",
|
||||
srcs = glob([
|
||||
"Sources/**/*.swift",
|
||||
]),
|
||||
visibility = [
|
||||
"//visibility:public",
|
||||
],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue