mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-09-23 12:50:43 +02:00
Update Ghostgram features
This commit is contained in:
@@ -1,15 +1,29 @@
|
||||
load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library")
|
||||
|
||||
sgdeps = [
|
||||
"//Swiftgram/SwiftSoup:SwiftSoup",
|
||||
"//Swiftgram/SGSimpleSettings:SGSimpleSettings",
|
||||
"//Swiftgram/SGTranslationLangFix:SGTranslationLangFix",
|
||||
"//Swiftgram/SGWebSettingsScheme:SGWebSettingsScheme",
|
||||
"//Swiftgram/SGGHSettingsScheme:SGGHSettingsScheme",
|
||||
"//Swiftgram/SGConfig:SGConfig",
|
||||
"//Swiftgram/SGLogging:SGLogging",
|
||||
]
|
||||
|
||||
sgsrc = [
|
||||
"//Swiftgram/SGIQTP:SGIQTP",
|
||||
]
|
||||
|
||||
swift_library(
|
||||
name = "TelegramCore",
|
||||
module_name = "TelegramCore",
|
||||
srcs = glob([
|
||||
srcs = sgsrc + glob([
|
||||
"Sources/**/*.swift",
|
||||
]),
|
||||
copts = [
|
||||
"-warnings-as-errors",
|
||||
],
|
||||
deps = [
|
||||
deps = sgdeps + [
|
||||
"//submodules/TelegramApi:TelegramApi",
|
||||
"//submodules/MtProtoKit:MtProtoKit",
|
||||
"//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit",
|
||||
|
||||
Reference in New Issue
Block a user