Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin
2020-03-12 06:44:24 +04:00
13277 changed files with 57583 additions and 336542 deletions

View File

@@ -0,0 +1,15 @@
load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library")
swift_library(
name = "GraphCore",
module_name = "GraphCore",
srcs = glob([
"Sources/**/*.swift",
]),
deps = [
"//submodules/Display:Display",
],
visibility = [
"//visibility:public",
],
)