From 2d9061a1b8caa6f785abb80beed8c9434aef6e71 Mon Sep 17 00:00:00 2001
From: Okhan Okbay <125963311+okhan-okbay-cko@users.noreply.github.com>
Date: Thu, 28 Mar 2024 12:27:48 +0000
Subject: [PATCH] Update OOB-SDK-README.md
---
.github/partial-readmes/OOB-SDK-README.md | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/.github/partial-readmes/OOB-SDK-README.md b/.github/partial-readmes/OOB-SDK-README.md
index e7cae86..e18c615 100644
--- a/.github/partial-readmes/OOB-SDK-README.md
+++ b/.github/partial-readmes/OOB-SDK-README.md
@@ -44,14 +44,17 @@ Import the SDK into your app using Swift Package Manager (SPM):
1. Open Xcode and navigate to `Project -> Package Dependencies`.
2. When prompted, enter the URL: https://github.com/checkout/CheckoutCardManagement-iOS.git
3. Select `Up to Next Major Version` as below
-
+
+
4. Click on `Add Package`
5. You'll be presented with these options:
-
+
+
6. If you just want to use OOB SDK as a standalone SDK and no other product from Checkout.com, select your main target to include `CheckoutOOBSDK` as below. If you also want to use Checkout.com's Issuing solution ([CheckoutCardManagement](https://github.com/checkout/CheckoutCardManagement-iOS)), then follow the instructions in its README. (See an example [here](https://github.com/checkout/CheckoutCardManagement-iOS/tree/main/Sample%20Application))
-
+
+
7. Click on `Add Package` again.
8. You have to add [CheckoutNetwork](https://github.com/checkout/NetworkClient-iOS) as a dependency to your project as well. Use `https://github.com/checkout/NetworkClient-iOS.git` for that