File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
docs/getting-started/mobile/ios Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ sidebar_position: 1
6
6
7
7
## Requirements
8
8
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
11
11
12
12
## Setup
13
13
@@ -54,13 +54,19 @@ sidebar_position: 1
54
54
55
55
### Run the app
56
56
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
+ > ` ` `
59
65
60
66
# ## Running tests
61
67
62
68
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).
64
70
65
71
1. In Xcode' s toolbar, select the project and a connected device or simulator.
66
72
You can’t perform that action at this time.
0 commit comments