From d56b5e2b8c60bf090de77f1e1bbca2d3379b97ec Mon Sep 17 00:00:00 2001 From: Liudmila Nemkova Date: Mon, 30 Sep 2024 14:58:18 +0200 Subject: [PATCH] Fixed formatting bug --- versioned_docs/version-3.0/sdk-installation-ios.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-3.0/sdk-installation-ios.md b/versioned_docs/version-3.0/sdk-installation-ios.md index c93c715..c905176 100644 --- a/versioned_docs/version-3.0/sdk-installation-ios.md +++ b/versioned_docs/version-3.0/sdk-installation-ios.md @@ -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. @@ -65,7 +65,7 @@ You only need to configure the Adapty SDK once, typically early in your app's li -```swift title="Swift" +```swift // In your AppDelegate class: import Adapty