mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-10 09:58:35 +02:00
feat: новые функции, исправлены критические ошибки сборки и баги интерфейса, больше подписей в файлах
This commit is contained in:
@@ -3,9 +3,14 @@ load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library")
|
||||
swift_library(
|
||||
name = "ChatListUI",
|
||||
module_name = "ChatListUI",
|
||||
srcs = glob([
|
||||
"Sources/**/*.swift",
|
||||
]),
|
||||
srcs = glob(
|
||||
[
|
||||
"Sources/**/*.swift",
|
||||
],
|
||||
exclude = [
|
||||
"Sources/ChatListFilterTabContainerNode.swift",
|
||||
],
|
||||
),
|
||||
copts = [
|
||||
"-warnings-as-errors",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user