mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-10 00:42:29 -06:00
[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:
parent
ace0e41589
commit
3fd6ca6c48
3
.github/actions/boot-simulator/action.yml
vendored
3
.github/actions/boot-simulator/action.yml
vendored
@ -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 "--------------------------------"
|
||||
|
||||
@ -1 +1 @@
|
||||
26.0
|
||||
26.0.1
|
||||
|
||||
@ -1 +1 @@
|
||||
26.0
|
||||
26.0.1
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user