Skip to content

Commit b052239

Browse files
authored
Update iOS Getting Started guide
1 parent 4597f8e commit b052239

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/getting-started/mobile/ios/index.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sidebar_position: 1
66

77
## Requirements
88

9-
1. [Xcode](https://developer.apple.com/xcode/) (version 15.4)
10-
2. An iPhone 15 Pro simulator (iOS 17.0.1) set up
9+
1. [Xcode](https://developer.apple.com/xcode/) (version 16.3)
10+
2. An iPhone 16 Pro simulator (iOS 18.1) set up
1111

1212
## Setup
1313

@@ -54,13 +54,19 @@ sidebar_position: 1
5454

5555
### Run the app
5656

57-
1. Open the project in Xcode 15.4+.
58-
2. Run the app in the Simulator with the `Bitwarden` target.
57+
1. Open the project in Xcode 16.3+.
58+
2. Run the app in the Simulator with the `Bitwarden` target for the Password Manager app or `Authenticator` for the Authenticator app.
59+
60+
> [!TIP]
61+
> To open the workspace in Xcode, just go to the root folder with the CLI and run:
62+
> ```sh
63+
> open Bitwarden.xcworkspace
64+
> ```
5965
6066
### Running tests
6167
6268
Due to slight snapshot test variations between iOS versions, the test target requires running in an
63-
iPhone 15 Pro simulator (iOS 17.0.1).
69+
iPhone 16 Pro simulator (iOS 18.1).
6470
6571
1. In Xcode's toolbar, select the project and a connected device or simulator.
6672

0 commit comments

Comments
 (0)