From 16f62131a9c9e69aee4708cca1e77f515dd7554e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 18:46:25 +0000 Subject: [PATCH] Auto Update Bitrise.YML --- bitrise.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitrise.yml b/bitrise.yml index a726fc029f2f9..2bbd115fd7507 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -979,7 +979,7 @@ workflows: description: This Workflow is to build the app using latest xcode available in Bitrise meta: bitrise.io: - stack: osx-xcode-26.4.x-edge + stack: osx-xcode-26.5.x machine_type_id: g2.mac.4large L10nBuild: steps: @@ -2022,7 +2022,7 @@ workflows: - content: |- #!/usr/bin/env bash set -e - + # Get Xcode version and build version XCODE_VER=$(xcodebuild -version | head -n 1 | sed 's/Xcode //g') BUILD_VER=$(xcodebuild -version | grep "Build version" | sed 's/Build version //g')