Skip to content

Commit 99f8278

Browse files
[PM-22602] Update to Xcode 16.4 (#1668)
1 parent 5b011b3 commit 99f8278

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-bwa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424

2525
env:
2626
build-variant: ${{ inputs.build-variant || 'Production' }}
27-
XCODE_VERSION: ${{ inputs.xcode-version || '16.3' }}
27+
XCODE_VERSION: ${{ inputs.xcode-version || '16.4' }}
2828

2929
jobs:
3030
build:

.xcode-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.3
1+
16.4

README-bwa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Bitwarden Authenticator allows you easily store and generate two-factor authenti
6161
6262
### Run the App
6363
64-
1. Open the project in Xcode 16.3+.
64+
1. Open the project in Xcode 16.4+.
6565
2. Run the app in the Simulator with the `Authenticator` target.
6666
6767
### Running Tests

0 commit comments

Comments
 (0)