mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Ok then
This commit is contained in:
parent
c49700f06a
commit
19eb498df6
@ -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",
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user