From 6fecbe84d53f29ad6455488f28926709f629cbda Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Tue, 2 Dec 2025 11:14:09 -0300 Subject: [PATCH 1/2] PM-29092 --- .xcode-version | 2 +- README-bwa.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.xcode-version b/.xcode-version index 72a5c3d3a3..124b7a2cd0 100644 --- a/.xcode-version +++ b/.xcode-version @@ -1 +1 @@ -26.0.1 +26.1.1 diff --git a/README-bwa.md b/README-bwa.md index 9d16903aa5..a740bfcbc8 100644 --- a/README-bwa.md +++ b/README-bwa.md @@ -61,7 +61,8 @@ Bitwarden Authenticator allows you easily store and generate two-factor authenti ### Run the App -1. Open the project in Xcode 26.0.1+. +1. Open the project in Xcode (using + [this](https://github.com/bitwarden/ios/blob/main/.xcode-version) version). 2. Run the app in the Simulator with the `Authenticator` target. ### Running Tests From 0d674ee67445540bfa896a140178a516a578d0d5 Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Tue, 2 Dec 2025 12:52:47 -0300 Subject: [PATCH 2/2] Update README-bwa.md Co-authored-by: Katherine Bertelsen --- README-bwa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-bwa.md b/README-bwa.md index a740bfcbc8..fb7620fbf4 100644 --- a/README-bwa.md +++ b/README-bwa.md @@ -62,7 +62,7 @@ Bitwarden Authenticator allows you easily store and generate two-factor authenti ### Run the App 1. Open the project in Xcode (using - [this](https://github.com/bitwarden/ios/blob/main/.xcode-version) version). + the version in our [xcode-version file](https://github.com/bitwarden/ios/blob/main/.xcode-version)). 2. Run the app in the Simulator with the `Authenticator` target. ### Running Tests