File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
docs/getting-started/mobile/ios Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ typechecks
84
84
typesafe
85
85
WCAG
86
86
Xcodes.app
87
+ xcworkspace
87
88
xmldoc
88
89
Yellowpages
89
90
Yubico
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,20 @@ 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
59
+ ` Authenticator ` for the Authenticator app.
60
+
61
+ > [ !TIP] To open the workspace in Xcode, just go to the root folder with the CLI and run:
62
+ >
63
+ > ``` sh
64
+ > open Bitwarden.xcworkspace
65
+ > ` ` `
59
66
60
67
# ## Running tests
61
68
62
69
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).
70
+ iPhone 16 Pro simulator (iOS 18 .1).
64
71
65
72
1. In Xcode' s toolbar, select the project and a connected device or simulator.
66
73
You can’t perform that action at this time.
0 commit comments