mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix min version
This commit is contained in:
parent
c8f7a38140
commit
08e84a08cb
1 changed files with 1 additions and 1 deletions
|
|
@ -692,7 +692,7 @@ watchos_extension(
|
|||
":AppNameInfoPlist",
|
||||
":WatchExtensionNSExtensionInfoPlist",
|
||||
],
|
||||
minimum_os_version = "5.0",
|
||||
minimum_os_version = "7.0",
|
||||
provisioning_profile = select({
|
||||
":disableProvisioningProfilesSetting": None,
|
||||
"//conditions:default": "@build_configuration//provisioning:WatchExtension.mobileprovision",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue