Skip to content

Commit 5ca5ef4

Browse files
authored
Update iOS Getting Started guide (#589)
* Update iOS Getting Started guide * Prettier format and added xcworkspace as a custom word.
1 parent 02ea64f commit 5ca5ef4

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

custom-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ typechecks
8484
typesafe
8585
WCAG
8686
Xcodes.app
87+
xcworkspace
8788
xmldoc
8889
Yellowpages
8990
Yubico

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

Lines changed: 12 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,20 @@ 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
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+
> ```
5966
6067
### Running tests
6168
6269
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).
6471
6572
1. In Xcode's toolbar, select the project and a connected device or simulator.
6673

0 commit comments

Comments
 (0)