Fix build

This commit is contained in:
Ilya Laktyushin 2020-05-23 14:40:49 +03:00
parent a71196d839
commit a7ebc3bcea
3 changed files with 12 additions and 0 deletions

View File

@ -45,6 +45,7 @@ framework_dependencies = [
]
resource_dependencies = [
"//submodules/LegacyComponents:LegacyComponentsAssets",
"//submodules/LegacyComponents:LegacyComponentsResources",
"//submodules/TelegramUI:TelegramUIAssets",
"//submodules/TelegramUI:TelegramUIResources",

View File

@ -8,6 +8,14 @@ apple_resource(
visibility = ["PUBLIC"],
)
apple_asset_catalog(
name = 'LegacyComponentsAssets',
dirs = [
"LegacyImages.xcassets",
],
visibility = ["PUBLIC"],
)
static_library(
name = "LegacyComponents",
srcs = glob([

View File

@ -21,6 +21,9 @@ static_library(
"//submodules/SearchPeerMembers:SearchPeerMembers",
"//submodules/SaveToCameraRoll:SaveToCameraRoll",
"//submodules/LegacyMediaPickerUI/LegacyImageProcessors:LegacyImageProcessors",
"//submodules/AnimatedStickerNode:AnimatedStickerNode",
"//submodules/TelegramAnimatedStickerNode:TelegramAnimatedStickerNode",
"//submodules/StickerResources:StickerResources",
],
frameworks = [
"$SDKROOT/System/Library/Frameworks/Foundation.framework",