diff --git a/Telegram/BUILD b/Telegram/BUILD index 13a610b262..34a68de913 100644 --- a/Telegram/BUILD +++ b/Telegram/BUILD @@ -1970,7 +1970,7 @@ ios_application( }), watch_application = select({ ":disableExtensionsSetting": None, - "//conditions:default": ":TelegramWatchApp", + "//conditions:default": #":TelegramWatchApp", }) if telegram_enable_watch else None, deps = [ ":Main", diff --git a/build-system/Make/Make.py b/build-system/Make/Make.py index a1dae7e1c0..6506859acb 100644 --- a/build-system/Make/Make.py +++ b/build-system/Make/Make.py @@ -112,7 +112,7 @@ class BazelCommandLine: '--objc_enable_binary_stripping', # Always embed bitcode into Watch binaries. This is required by the App Store. - #'--apple_bitcode=watchos=embedded', + '--apple_bitcode=watchos=embedded', ] def add_remote_cache(self, host):