Update deploy

This commit is contained in:
Isaac 2026-04-07 20:48:44 +02:00
parent 41c6274252
commit 45984d2a12
2 changed files with 3 additions and 0 deletions

View file

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