Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions sites/docs/src/content/platform-integration/ios/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ an iOS physical device or on the iOS Simulator.
```

If you downloaded Xcode elsewhere or need to use a different version,
replace `/Applications/Xcode.app` with the path to there instead.
replace `/Applications/Xcode.app` with the path to your Xcode installation.

1. <h3>Agree to the Xcode licenses</h3>

Expand Down Expand Up @@ -133,7 +133,7 @@ Set up each iOS device on which you want to test.

![Trust Mac](/assets/images/docs/setup/trust-computer.png)

1. <h3>Configure your physical iOS device</h3>
1. <h3>Enable Developer Mode</h3>

Apple requires enabling **[Developer Mode][]**
on the device to protect against malicious software.
Expand Down Expand Up @@ -176,7 +176,7 @@ Set up each iOS device on which you want to test.

:::note Apple Developer program
When you want to _deploy_ your app to the App Store,
you'll need to upgrade your personal Apple Developer account to
you must upgrade your personal Apple Developer account to
a professional account.
:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ compile and debug native Swift and Objective-C code.
```

If you downloaded Xcode elsewhere or need to use a different version,
replace `/Applications/Xcode.app` with the path to there instead.
replace `/Applications/Xcode.app` with the path to your Xcode directory.

1. <h3>Agree to the Xcode licenses</h3>

Expand Down
Loading