This commit is contained in:
Ali 2023-04-06 13:59:23 +04:00
parent c49700f06a
commit 19eb498df6
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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):