mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Update deploy
This commit is contained in:
parent
41c6274252
commit
45984d2a12
2 changed files with 3 additions and 0 deletions
|
|
@ -191,6 +191,8 @@ def remote_deploy_testflight(darwin_containers_path, darwin_containers_host, mac
|
|||
if configuration_dict['xcode'] is None:
|
||||
raise Exception('Missing xcode version in {}'.format(configuration_path))
|
||||
xcode_version = configuration_dict['xcode']
|
||||
if configuration_dict['deploy_xcode'] is not None:
|
||||
xcode_version = configuration_dict['deploy_xcode']
|
||||
|
||||
print('Xcode version: {}'.format(xcode_version))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue