From 79b7e61c0ec2fdf6c68e54c1f86abcedd5a692ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Thu, 26 Oct 2023 12:45:55 +0200 Subject: [PATCH] feat(docs): iOS install switch to tabs --- src/content/docs/en/sdk/ios/index.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/content/docs/en/sdk/ios/index.mdx b/src/content/docs/en/sdk/ios/index.mdx index 4449dedc9..b82d74287 100644 --- a/src/content/docs/en/sdk/ios/index.mdx +++ b/src/content/docs/en/sdk/ios/index.mdx @@ -19,7 +19,8 @@ To add the SDK using Swift's package manager: ### Alternative installation methods - + + ### Cocoapods @@ -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' ``` - - - + + ### Carthage @@ -51,9 +51,8 @@ To add the SDK using Carthage, add the following to your `Cartfile`: github "adjust/ios_sdk" ``` - - - + + ### Add as framework @@ -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. - + + ## 2. Integrate the Adjust SDK