mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-09-24 13:20:44 +02:00
Update Ghostgram features
This commit is contained in:
@@ -1,15 +1,24 @@
|
||||
load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library")
|
||||
|
||||
sgsrc = [
|
||||
"//Swiftgram/SGAppBadgeOffset:SGAppBadgeOffset"
|
||||
]
|
||||
|
||||
sgdeps = [
|
||||
"//submodules/Utils/DeviceModel",
|
||||
"//Swiftgram/SGSimpleSettings:SGSimpleSettings",
|
||||
]
|
||||
|
||||
swift_library(
|
||||
name = "Display",
|
||||
module_name = "Display",
|
||||
srcs = glob([
|
||||
srcs = sgsrc + glob([
|
||||
"Source/**/*.swift",
|
||||
]),
|
||||
copts = [
|
||||
"-warnings-as-errors",
|
||||
],
|
||||
deps = [
|
||||
deps = sgdeps + [
|
||||
"//submodules/ObjCRuntimeUtils:ObjCRuntimeUtils",
|
||||
"//submodules/UIKitRuntimeUtils:UIKitRuntimeUtils",
|
||||
"//submodules/AppBundle:AppBundle",
|
||||
|
||||
Reference in New Issue
Block a user