mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-23 23:53:20 +00:00
Move resources to root
This commit is contained in:
@@ -5,14 +5,12 @@ filegroup(
|
||||
srcs = glob([
|
||||
"Resources/**/*",
|
||||
], exclude = ["Resources/**/.*"]),
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
swift_library(
|
||||
name = "OverlayStatusController",
|
||||
module_name = "OverlayStatusController",
|
||||
data = [
|
||||
":OverlayStatusControllerResources",
|
||||
],
|
||||
srcs = glob([
|
||||
"Sources/**/*.swift",
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user