From 7a5c85d463d6c9ce4bbfe2ffd6ebda0f503b4d4e Mon Sep 17 00:00:00 2001 From: Ali <> Date: Thu, 6 Apr 2023 13:18:09 +0400 Subject: [PATCH] Try to build watch app --- Telegram/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/BUILD b/Telegram/BUILD index ac96cc11c6..13a610b262 100644 --- a/Telegram/BUILD +++ b/Telegram/BUILD @@ -1970,7 +1970,7 @@ ios_application( }), watch_application = select({ ":disableExtensionsSetting": None, - "//conditions:default": None#":TelegramWatchApp", + "//conditions:default": ":TelegramWatchApp", }) if telegram_enable_watch else None, deps = [ ":Main",