mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix build
This commit is contained in:
parent
a71196d839
commit
a7ebc3bcea
@ -45,6 +45,7 @@ framework_dependencies = [
|
||||
]
|
||||
|
||||
resource_dependencies = [
|
||||
"//submodules/LegacyComponents:LegacyComponentsAssets",
|
||||
"//submodules/LegacyComponents:LegacyComponentsResources",
|
||||
"//submodules/TelegramUI:TelegramUIAssets",
|
||||
"//submodules/TelegramUI:TelegramUIResources",
|
||||
|
@ -8,6 +8,14 @@ apple_resource(
|
||||
visibility = ["PUBLIC"],
|
||||
)
|
||||
|
||||
apple_asset_catalog(
|
||||
name = 'LegacyComponentsAssets',
|
||||
dirs = [
|
||||
"LegacyImages.xcassets",
|
||||
],
|
||||
visibility = ["PUBLIC"],
|
||||
)
|
||||
|
||||
static_library(
|
||||
name = "LegacyComponents",
|
||||
srcs = glob([
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user