We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b011b3 commit 99f8278Copy full SHA for 99f8278
.github/workflows/build-bwa.yml
@@ -24,7 +24,7 @@ on:
24
25
env:
26
build-variant: ${{ inputs.build-variant || 'Production' }}
27
- XCODE_VERSION: ${{ inputs.xcode-version || '16.3' }}
+ XCODE_VERSION: ${{ inputs.xcode-version || '16.4' }}
28
29
jobs:
30
build:
.xcode-version
@@ -1 +1 @@
1
-16.3
+16.4
README-bwa.md
@@ -61,7 +61,7 @@ Bitwarden Authenticator allows you easily store and generate two-factor authenti
61
62
### Run the App
63
64
-1. Open the project in Xcode 16.3+.
+1. Open the project in Xcode 16.4+.
65
2. Run the app in the Simulator with the `Authenticator` target.
66
67
### Running Tests
0 commit comments