This commit is contained in:
Peter 2019-08-26 04:28:26 +04:00
parent dbfb4eb8d9
commit d701ec80e5
66 changed files with 66 additions and 66 deletions

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "AccountContext", name = "AccountContext",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/TelegramAudio:TelegramAudio", "//submodules/TelegramAudio:TelegramAudio",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "ActionSheetPeerItem", name = "ActionSheetPeerItem",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/AvatarNode", "//submodules/AvatarNode",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "ActivityIndicator", name = "ActivityIndicator",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/TelegramPresentationData", "//submodules/TelegramPresentationData",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "AlertUI", name = "AlertUI",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#dynamic", "//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#dynamic",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "AnimationUI", name = "AnimationUI",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared", "//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "AuthorizationUI", name = "AuthorizationUI",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/AsyncDisplayKit:AsyncDisplayKit#shared", "//submodules/AsyncDisplayKit:AsyncDisplayKit#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "AvatarNode", name = "AvatarNode",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/AsyncDisplayKit:AsyncDisplayKit#shared", "//submodules/AsyncDisplayKit:AsyncDisplayKit#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "BotPaymentsUI", name = "BotPaymentsUI",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
], ],

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "CallListUI", name = "CallListUI",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
], ],

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "ChatListSearchItemHeader", name = "ChatListSearchItemHeader",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
], ],

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "ChatListSearchItemNode", name = "ChatListSearchItemNode",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
], ],

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "ChatListSearchRecentPeersNode", name = "ChatListSearchRecentPeersNode",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
], ],

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "ChatListUI", name = "ChatListUI",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
], ],

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "ChatTitleActivityNode", name = "ChatTitleActivityNode",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
], ],

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "DeviceAccess", name = "DeviceAccess",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/TelegramCore:TelegramCore#shared", "//submodules/TelegramCore:TelegramCore#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "DeviceLocationManager", name = "DeviceLocationManager",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#dynamic", "//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#dynamic",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "Emoji", name = "Emoji",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
frameworks = [ frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework", "$SDKROOT/System/Library/Frameworks/Foundation.framework",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "Geocoding", name = "Geocoding",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared", "//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "HexColor", name = "HexColor",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
frameworks = [ frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework", "$SDKROOT/System/Library/Frameworks/Foundation.framework",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "ImageBlur", name = "ImageBlur",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
"Sources/*.m", "Sources/*.m",
]), ]),
headers = glob([ headers = glob([

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "ImageCompression", name = "ImageCompression",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
frameworks = [ frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework", "$SDKROOT/System/Library/Frameworks/Foundation.framework",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "ImageTransparency", name = "ImageTransparency",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/Display:Display#shared", "//submodules/Display:Display#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "InstantPageCache", name = "InstantPageCache",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/TelegramCore:TelegramCore#shared", "//submodules/TelegramCore:TelegramCore#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "LegacyDataImport", name = "LegacyDataImport",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
"Sources/*.m", "Sources/*.m",
]), ]),
headers = glob([ headers = glob([

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "LightweightAccountData", name = "LightweightAccountData",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
frameworks = [ frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework", "$SDKROOT/System/Library/Frameworks/Foundation.framework",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "LiveLocationManager", name = "LiveLocationManager",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#dynamic", "//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#dynamic",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "LiveLocationPositionNode", name = "LiveLocationPositionNode",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/AsyncDisplayKit:AsyncDisplayKit#shared", "//submodules/AsyncDisplayKit:AsyncDisplayKit#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "LiveLocationTimerNode", name = "LiveLocationTimerNode",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/AsyncDisplayKit:AsyncDisplayKit#shared", "//submodules/AsyncDisplayKit:AsyncDisplayKit#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "LocalAuth", name = "LocalAuth",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared", "//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "LocalMediaResources", name = "LocalMediaResources",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared", "//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "LocalizedPeerData", name = "LocalizedPeerData",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/TelegramCore:TelegramCore#dynamic", "//submodules/TelegramCore:TelegramCore#dynamic",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "MapResourceToAvatarSizes", name = "MapResourceToAvatarSizes",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared", "//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "UniversalMediaPlayer", name = "UniversalMediaPlayer",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
"Sources/*.m", "Sources/*.m",
]), ]),
headers = glob([ headers = glob([

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "MediaResources", name = "MediaResources",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/TelegramCore:TelegramCore#shared", "//submodules/TelegramCore:TelegramCore#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "MergeLists", name = "MergeLists",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
frameworks = [ frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework", "$SDKROOT/System/Library/Frameworks/Foundation.framework",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "MosaicLayout", name = "MosaicLayout",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
frameworks = [ frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework", "$SDKROOT/System/Library/Frameworks/Foundation.framework",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "MusicAlbumArtResources", name = "MusicAlbumArtResources",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/TelegramCore:TelegramCore#shared", "//submodules/TelegramCore:TelegramCore#shared",

View File

@ -30,7 +30,7 @@ apple_library(
static_library( static_library(
name = "opus", name = "opus",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
exported_headers = glob([ exported_headers = glob([
"Sources/**/*.h", "Sources/**/*.h",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "Pdf", name = "Pdf",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/Display:Display#shared", "//submodules/Display:Display#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "PeerPresenceStatusManager", name = "PeerPresenceStatusManager",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared", "//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "PersistentStringHash", name = "PersistentStringHash",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
frameworks = [ frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework", "$SDKROOT/System/Library/Frameworks/Foundation.framework",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "PhotoResources", name = "PhotoResources",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/TelegramCore:TelegramCore#shared", "//submodules/TelegramCore:TelegramCore#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "PlatformRestrictionMatching", name = "PlatformRestrictionMatching",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/TelegramCore:TelegramCore#dynamic", "//submodules/TelegramCore:TelegramCore#dynamic",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "QrCode", name = "QrCode",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared", "//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "RadialStatusNode", name = "RadialStatusNode",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/Display:Display#dynamic", "//submodules/Display:Display#dynamic",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "SaveToCameraRoll", name = "SaveToCameraRoll",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared", "//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "ScreenCaptureDetection", name = "ScreenCaptureDetection",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit", "//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "ShareItems", name = "ShareItems",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
"Sources/*.m", "Sources/*.m",
]), ]),
headers = glob([ headers = glob([

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "StickerResources", name = "StickerResources",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/TelegramCore:TelegramCore#shared", "//submodules/TelegramCore:TelegramCore#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "TelegramApi", name = "TelegramApi",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
], ],

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "TelegramAudio", name = "TelegramAudio",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#dynamic", "//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#dynamic",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "TelegramNotices", name = "TelegramNotices",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/Postbox:Postbox#shared", "//submodules/Postbox:Postbox#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "TelegramPermissions", name = "TelegramPermissions",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/Postbox:Postbox#shared", "//submodules/Postbox:Postbox#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "TelegramStringFormatting", name = "TelegramStringFormatting",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/TelegramCore:TelegramCore#shared", "//submodules/TelegramCore:TelegramCore#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "TelegramUIPreferences", name = "TelegramUIPreferences",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/TelegramCore:TelegramCore#shared", "//submodules/TelegramCore:TelegramCore#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "TelegramUniversalVideoContent", name = "TelegramUniversalVideoContent",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/AsyncDisplayKit:AsyncDisplayKit#shared", "//submodules/AsyncDisplayKit:AsyncDisplayKit#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "TemporaryCachedPeerDataManager", name = "TemporaryCachedPeerDataManager",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/TelegramStringFormatting:TelegramStringFormatting", "//submodules/TelegramStringFormatting:TelegramStringFormatting",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "TextFormat", name = "TextFormat",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/TelegramCore:TelegramCore#dynamic", "//submodules/TelegramCore:TelegramCore#dynamic",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "TinyThumbnail", name = "TinyThumbnail",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
frameworks = [ frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework", "$SDKROOT/System/Library/Frameworks/Foundation.framework",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "Tuples", name = "Tuples",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
frameworks = [ frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework", "$SDKROOT/System/Library/Frameworks/Foundation.framework",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "UrlEscaping", name = "UrlEscaping",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
frameworks = [ frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework", "$SDKROOT/System/Library/Frameworks/Foundation.framework",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "UrlHandling", name = "UrlHandling",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared", "//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "WallpaperResources", name = "WallpaperResources",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
deps = [ deps = [
"//submodules/TelegramCore:TelegramCore#shared", "//submodules/TelegramCore:TelegramCore#shared",

View File

@ -3,7 +3,7 @@ load("//Config:buck_rule_macros.bzl", "static_library")
static_library( static_library(
name = "WebsiteType", name = "WebsiteType",
srcs = glob([ srcs = glob([
"Sources/*.swift", "Sources/**/*.swift",
]), ]),
frameworks = [ frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework", "$SDKROOT/System/Library/Frameworks/Foundation.framework",