Skip to content

Commit 1be3e2c

Browse files
authored
Fix steps
1 parent f2b74b9 commit 1be3e2c

File tree

1 file changed

+3
-5
lines changed
  • src/connections/sources/catalog/libraries/mobile/ios

1 file changed

+3
-5
lines changed

src/connections/sources/catalog/libraries/mobile/ios/quickstart.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,13 @@ When you create a Source in the Segment web app, it tells the Segment servers th
2929
Segment recommends you install Analytics for iOS by using either [Cocoapods](http://cocoapods.org/) or your Swift Package Manager. These allow you to create a build with specific bundled destinations, and they have a simplified installation and upgrading process.
3030

3131
### Install the SDK using Swift Package Manager
32-
Right click in the Project Manager tab of your Xcode project and choose "Add Package Dependencies...".
3332

34-
Copy the following link to the Analytics Swift package:
33+
1. In the Project Manager tab of your Xcode project, right click and select **Add Package Dependencies**.
34+
2. Copy the following link to the Analytics Swift package:
3535
```
3636
https://github.com/segmentio/analytics-swift
3737
```
38-
then paste it into the search field of the package dependency window.
39-
40-
Then click the "Add Package" button.
38+
3. Paste the link into the search field of the package dependency window, then click **Add Package**.
4139

4240
### Install the SDK using a Podfile
4341
First, add the `Analytics` dependency to your `Podfile` by adding the following line:

0 commit comments

Comments
 (0)