mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Again
This commit is contained in:
parent
cddd414aa7
commit
c1b576551e
@ -123,7 +123,7 @@ genrule(
|
|||||||
)
|
)
|
||||||
|
|
||||||
minimum_os_version = "11.0"
|
minimum_os_version = "11.0"
|
||||||
minimum_watchos_version="9.0"
|
minimum_watchos_version="5.0"
|
||||||
|
|
||||||
empty_languages = [
|
empty_languages = [
|
||||||
"ar",
|
"ar",
|
||||||
@ -740,7 +740,7 @@ genrule(
|
|||||||
name = "StripWatchosStubBinary",
|
name = "StripWatchosStubBinary",
|
||||||
cmd_bash =
|
cmd_bash =
|
||||||
"""
|
"""
|
||||||
echo 'lipo -remove arm64e -remove armv7k $$1/TelegramWatch.app/_WatchKitStub/WK -output $$1/TelegramWatch.app/_WatchKitStub/WK && lipo -remove arm64e -remove armv7k $$1/TelegramWatch.app/TelegramWatch -output $$1/TelegramWatch.app/TelegramWatch' > $(location StripWatchosStubBinary.sh)
|
echo 'lipo -remove arm64e $$1/TelegramWatch.app/_WatchKitStub/WK -output $$1/TelegramWatch.app/_WatchKitStub/WK && lipo -remove arm64e $$1/TelegramWatch.app/TelegramWatch -output $$1/TelegramWatch.app/TelegramWatch' > $(location StripWatchosStubBinary.sh)
|
||||||
echo '' >> $(location StripWatchosStubBinary.sh)
|
echo '' >> $(location StripWatchosStubBinary.sh)
|
||||||
""",
|
""",
|
||||||
outs = [
|
outs = [
|
||||||
|
@ -191,7 +191,7 @@ class BazelCommandLine:
|
|||||||
'--ios_multi_cpus=arm64',
|
'--ios_multi_cpus=arm64',
|
||||||
|
|
||||||
# Always build universal Watch binaries.
|
# Always build universal Watch binaries.
|
||||||
'--watchos_cpus=arm64_32,arm64',
|
'--watchos_cpus=arm64_32,arm64,armv7k',
|
||||||
|
|
||||||
# Generate DSYM files when building.
|
# Generate DSYM files when building.
|
||||||
'--apple_generate_dsym',
|
'--apple_generate_dsym',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user