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
4f03dab5a6
commit
74170ebdde
@ -6,8 +6,8 @@ static_library(
|
|||||||
"Sources/**/*.swift",
|
"Sources/**/*.swift",
|
||||||
]),
|
]),
|
||||||
deps = [
|
deps = [
|
||||||
"//submodules/AsyncDisplayKit:AsyncDisplayKit",
|
"//submodules/AsyncDisplayKit:AsyncDisplayKit#shared",
|
||||||
"//submodules/Display:Display",
|
"//submodules/Display:Display#shared",
|
||||||
],
|
],
|
||||||
frameworks = [
|
frameworks = [
|
||||||
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
||||||
|
@ -11,8 +11,8 @@ static_library(
|
|||||||
"//submodules/TelegramPresentationData:TelegramPresentationData",
|
"//submodules/TelegramPresentationData:TelegramPresentationData",
|
||||||
"//submodules/AppBundle:AppBundle",
|
"//submodules/AppBundle:AppBundle",
|
||||||
"//submodules/AnimatedStickerNode:AnimatedStickerNode",
|
"//submodules/AnimatedStickerNode:AnimatedStickerNode",
|
||||||
"//submodules/SyncCore:SyncCore",
|
"//submodules/SyncCore:SyncCore#shared",
|
||||||
"//submodules/TelegramCore:TelegramCore",
|
"//submodules/TelegramCore:TelegramCore#shared",
|
||||||
"//submodules/TextFormat:TextFormat",
|
"//submodules/TextFormat:TextFormat",
|
||||||
],
|
],
|
||||||
frameworks = [
|
frameworks = [
|
||||||
|
@ -2,7 +2,9 @@
|
|||||||
#define CONFIG_H
|
#define CONFIG_H
|
||||||
|
|
||||||
// enable threading
|
// enable threading
|
||||||
#define LOTTIE_THREAD_SUPPORT
|
//#define LOTTIE_THREAD_SUPPORT
|
||||||
|
|
||||||
|
#define LOTTIE_THREAD_SAFE
|
||||||
|
|
||||||
//enable logging
|
//enable logging
|
||||||
//#define LOTTIE_LOGGING_SUPPORT
|
//#define LOTTIE_LOGGING_SUPPORT
|
||||||
@ -16,4 +18,4 @@
|
|||||||
// disable image loader
|
// disable image loader
|
||||||
#define LOTTIE_IMAGE_MODULE_DISABLED
|
#define LOTTIE_IMAGE_MODULE_DISABLED
|
||||||
|
|
||||||
#endif // CONFIG_H
|
#endif // CONFIG_H
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 0ee2e9c5843257ccd11672611829b9bb5d02aa98
|
Subproject commit d513b026d8d4b0472ffca3b494300a26f10f5b38
|
Loading…
x
Reference in New Issue
Block a user