Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Gurgenidze committed Oct 9, 2023
1 parent eadcffb commit 4c16fdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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/127810762.zip",
checksum: "95f75807cc326c1fddbefabbefa60a16b365f06362e87ff577c73ff993a45909"
url: "https://api.github.com/repos/Adyen/adyen-pos-mobile-ios-artifacts/releases/assets/129744169.zip",
checksum: "0b9b3eaccc25858232e3b6f7b93e40df313fb405d8f4092d984698121baf3dd3"
),
.binaryTarget(
name: "ADYPOS",
url: "https://api.github.com/repos/Adyen/adyen-pos-mobile-ios-artifacts/releases/assets/127810767.zip",
checksum: "27ca66f727658783f6b9f8ede3b1b3ce83e6416b0baf8984500836d1a4159140"
url: "https://api.github.com/repos/Adyen/adyen-pos-mobile-ios-artifacts/releases/assets/129744173.zip",
checksum: "29d5a4936e918c70e6fbb5860ed69f4b5a19a6b8e4d873e235934026c4838022"
)
]
)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/tap-to-pay)

### 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.0/documentation/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.1.1/documentation/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.0/tutorials/meet-adyenpos/)
Find the tutorials [here](https://adyen.github.io/adyen-pos-mobile-ios-artifacts/2.1.1/tutorials/meet-adyenpos/)


## Support
Expand Down

0 comments on commit 4c16fdf

Please sign in to comment.