Skip to content

Update iOS Getting Started guide #589

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions docs/getting-started/mobile/ios/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ sidebar_position: 1

## Requirements

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

## Setup

Expand Down Expand Up @@ -54,13 +54,19 @@ sidebar_position: 1

### Run the app

1. Open the project in Xcode 15.4+.
2. Run the app in the Simulator with the `Bitwarden` target.
1. Open the project in Xcode 16.3+.
2. Run the app in the Simulator with the `Bitwarden` target for the Password Manager app or `Authenticator` for the Authenticator app.

> [!TIP]
> To open the workspace in Xcode, just go to the root folder with the CLI and run:
> ```sh
> open Bitwarden.xcworkspace
> ```

### Running tests

Due to slight snapshot test variations between iOS versions, the test target requires running in an
iPhone 15 Pro simulator (iOS 17.0.1).
iPhone 16 Pro simulator (iOS 18.1).

1. In Xcode's toolbar, select the project and a connected device or simulator.

Expand Down
Loading