diff --git a/build-system/Make/RemoteBuild.py b/build-system/Make/RemoteBuild.py index 1fd117fde0..bf13b6c344 100644 --- a/build-system/Make/RemoteBuild.py +++ b/build-system/Make/RemoteBuild.py @@ -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)) diff --git a/versions.json b/versions.json index d7d2cb06be..3fe2d79551 100644 --- a/versions.json +++ b/versions.json @@ -1,6 +1,7 @@ { "app": "12.6.2", "xcode": "26.4", + "deploy_xcode": "26.2", "bazel": "8.4.2:45e9388abf21d1107e146ea366ad080eb93cb6a5f3a4a3b048f78de0bc3faffa", "macos": "26" }