We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f18be2 commit d444d47Copy full SHA for d444d47
1 file changed
bitrise.yml
@@ -979,7 +979,7 @@ workflows:
979
description: This Workflow is to build the app using latest xcode available in Bitrise
980
meta:
981
bitrise.io:
982
- stack: osx-xcode-26.4.x-edge
+ stack: osx-xcode-26.4.x
983
machine_type_id: g2.mac.4large
984
L10nBuild:
985
steps:
@@ -2022,7 +2022,7 @@ workflows:
2022
- content: |-
2023
#!/usr/bin/env bash
2024
set -e
2025
-
+
2026
# Get Xcode version and build version
2027
XCODE_VER=$(xcodebuild -version | head -n 1 | sed 's/Xcode //g')
2028
BUILD_VER=$(xcodebuild -version | grep "Build version" | sed 's/Build version //g')
0 commit comments