From 25f331071afbf2d6424f2093d5538728b8aed0e6 Mon Sep 17 00:00:00 2001 From: yurii Date: Mon, 8 Jul 2024 15:34:34 -0500 Subject: [PATCH] Release 2.2.0 RC1 --- Package.swift | 8 ++++---- README.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index b1ebd91..4b8304d 100644 --- a/Package.swift +++ b/Package.swift @@ -13,13 +13,13 @@ let package = Package( targets: [ .binaryTarget( name: "AdyenPOS", - url: "https://api.github.com/repos/Adyen/adyen-pos-mobile-ios-artifacts/releases/assets/154823847.zip", - checksum: "b9713fb3f4cf592f026366e50eebb4badfbb7a0bda8a520b7ffaf3da92ca298e" + url: "https://api.github.com/repos/Adyen/adyen-pos-mobile-ios-artifacts/releases/assets/178408844.zip", + checksum: "90d8bf2b82481f2e4f7a574dba5102c54b0ab230f52cab792ee2e76fc71893a3" ), .binaryTarget( name: "ADYPOS", - url: "https://api.github.com/repos/Adyen/adyen-pos-mobile-ios-artifacts/releases/assets/154823853.zip", - checksum: "3689b3718f780997408705748eef2ced222c967140d2520f27868ea2f2e99faa" + url: "https://api.github.com/repos/Adyen/adyen-pos-mobile-ios-artifacts/releases/assets/178408826.zip", + checksum: "8e3ee65f6c521268f051a86a4c09b4d54ac858db870b6b85b9f808282e1939fe" ) ] ) diff --git a/README.md b/README.md index cf04cc9..2bb7236 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ The repository contains a small sample app which can be used to get started with See our documentation on [docs.adyen.com](https://docs.adyen.com/point-of-sale/ipp-mobile/) ### Developer Documentation -For developer documentation, you can use the above link, or if you prefer the Apple docc format, you can find it [here](https://adyen.github.io/adyen-pos-mobile-ios-artifacts/2.1.3/documentation/adyenpos/adyenpos) +For developer documentation, you can use the above link, or if you prefer the Apple docc format, you can find it [here](https://adyen.github.io/adyen-pos-mobile-ios-artifacts/2.2.0/documentation/adyenpos/adyenpos) ### Tutorials You can also view a step by step tutorial which will walk you through how to integrate the SDK for both TapToPay and NYC1. -Find the tutorials [here](https://adyen.github.io/adyen-pos-mobile-ios-artifacts/2.1.3/tutorials/meet-adyenpos/) +Find the tutorials [here](https://adyen.github.io/adyen-pos-mobile-ios-artifacts/2.2.0/tutorials/meet-adyenpos/) ## Support