Skip to content

Commit

Permalink
Merge branch 'ADP-1491-CocoaPods-stopped-developing'
Browse files Browse the repository at this point in the history
* ADP-1491-CocoaPods-stopped-developing:
  Moved CocoaPods after Swift Package Manager
  • Loading branch information
Lutik-sun committed Nov 26, 2024
2 parents d451463 + 3bcd633 commit 6cac5fd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions versioned_docs/version-3.0/sdk-installation-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,14 @@ Go through release checklist before releasing your app
Before releasing your application, make sure to carefully review the [Release Checklist](release-checklist) thoroughly. This checklist ensures that you've completed all necessary steps and provides criteria for evaluating the success of your integration.
:::

## Install SDKs via Swift Package Manager

1. In Xcode go to **File** -> **Add Package Dependency...**. Please note the way to add package dependencies can differ in XCode versions. Refer to XCode documentation if necessary.
2. Enter the repository URL `https://github.com/adaptyteam/AdaptySDK-iOS.git`
3. Choose the version, and click the **Add package** button. Xcode will add the package dependency to your project, and you can import it.
4. In the **Choose Package Products** window, click the **Add package** button once again. The package will appear in the **Packages** list.
5. Repeat steps 2-3 for AdaptyUI SDK URL: `https://github.com/adaptyteam/AdaptyUI-iOS.git`.

## Install SDKs via CocoaPods

:::info
Expand All @@ -222,14 +230,6 @@ CocoaPods is now in maintenance mode, with development officially stopped. We re

This creates a `.xcworkspace` file for your app. Use this file for all future development of your application.

## Install SDKs via Swift Package Manager

1. In Xcode go to **File** -> **Add Package Dependency...**. Please note the way to add package dependencies can differ in XCode versions. Refer to XCode documentation if necessary.
2. Enter the repository URL `https://github.com/adaptyteam/AdaptySDK-iOS.git`
3. Choose the version, and click the **Add package** button. Xcode will add the package dependency to your project, and you can import it.
4. In the **Choose Package Products** window, click the **Add package** button once again. The package will appear in the **Packages** list.
5. Repeat steps 2-3 for AdaptyUI SDK URL: `https://github.com/adaptyteam/AdaptyUI-iOS.git`.

## Configure Adapty SDK

You only need to configure the Adapty SDK once, typically early in your application lifecycle:
Expand Down

0 comments on commit 6cac5fd

Please sign in to comment.