[PM-27483] Update Xcode and simulator to 26.0.1 (#2073)

Co-authored-by: Álison Fernandes <vvolkgang@users.noreply.github.com>
This commit is contained in:
Katherine Bertelsen 2025-10-27 16:46:39 -05:00 committed by GitHub
parent ace0e41589
commit 3fd6ca6c48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 4 deletions

View File

@ -19,8 +19,9 @@ runs:
_SIMULATOR_NAME: ${{ inputs.simulator-name }}
_SIMULATOR_VERSION: ${{ inputs.simulator-version }}
run: |
SIMULATOR_VERSION_WITHOUT_PATCH=$(echo "$_SIMULATOR_VERSION" | cut -d. -f1,2)
echo "Listing simulator devices:"
SIMULATORS=$(xcrun simctl list devices "iOS $_SIMULATOR_VERSION" available)
SIMULATORS=$(xcrun simctl list devices "iOS $SIMULATOR_VERSION_WITHOUT_PATCH" available)
echo "$SIMULATORS"
DEVICE_ID=$(echo "$SIMULATORS" | grep "$_SIMULATOR_NAME" | head -1 | sed -E 's/.*\(([A-F0-9-]+)\).*/\1/')
echo "--------------------------------"

View File

@ -1 +1 @@
26.0
26.0.1

View File

@ -1 +1 @@
26.0
26.0.1

View File

@ -61,7 +61,7 @@ Bitwarden Authenticator allows you easily store and generate two-factor authenti
### Run the App
1. Open the project in Xcode 26.0+.
1. Open the project in Xcode 26.0.1+.
2. Run the app in the Simulator with the `Authenticator` target.
### Running Tests