Skip to content

Commit

Permalink
feat(docs): iOS install switch to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Oct 26, 2023
1 parent ee87795 commit 79b7e61
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/content/docs/en/sdk/ios/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ To add the SDK using Swift's package manager:

### Alternative installation methods

<Accordion>
<Tabs>
<Tab>

### Cocoapods

Expand All @@ -39,9 +40,8 @@ If you're using web views in your app, add the Adjust Web Bridge by adding the f
pod 'Adjust/WebBridge', '~> v4.35.0'
```

</Accordion>

<Accordion>
</Tab>
<Tab>

### Carthage

Expand All @@ -51,9 +51,8 @@ To add the SDK using Carthage, add the following to your `Cartfile`:
github "adjust/ios_sdk"
```

</Accordion>

<Accordion>
</Tab>
<Tab>

### Add as framework

Expand All @@ -72,7 +71,8 @@ Choose the frameworks you need and add them to your `Xcode` project:
2. Unzip the archive on your computer.
3. Copy the `.framework` folder into your `Xcode` project.

</Accordion>
</Tab>
</Tabs>

## 2. Integrate the Adjust SDK

Expand Down

0 comments on commit 79b7e61

Please sign in to comment.