Skip to content

Commit

Permalink
Fixed formatting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutik-sun committed Sep 30, 2024
1 parent 270828e commit d56b5e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versioned_docs/version-3.0/sdk-installation-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Before releasing your application, make sure to thoroughly review the [Release

In Xcode, go to **File** -> **Add Package Dependency...**. Note that the steps to add package dependencies may vary between Xcode versions, so refer to Xcode documentation if needed.

1. Enter the repository URL: [https://github.com/adaptyteam/AdaptySDK-iOS.git(https://github.com/adaptyteam/AdaptySDK-iOS.git).
1. Enter the repository URL: [https://github.com/adaptyteam/AdaptySDK-iOS.git](https://github.com/adaptyteam/AdaptySDK-iOS.git).
2. Select the version and click Add Package.
3. Choose the modules you need:
1. **Adapty** is the mandatory module.
Expand Down Expand Up @@ -65,7 +65,7 @@ You only need to configure the Adapty SDK once, typically early in your app's li

<Tabs>
<TabItem value="Swift" label="Swift" default>
```swift title="Swift"
```swift
// In your AppDelegate class:
import Adapty

Expand Down

0 comments on commit d56b5e2

Please sign in to comment.