Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
garyodonoghue committed Aug 2, 2023
1 parent a1fce9c commit daeb0d2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 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/107390085.zip",
checksum: "811cc232d54c24012306c8293f2a1163034a47e5fdbfa536aa103aa32b8deed0"
url: "https://api.github.com/repos/Adyen/adyen-pos-mobile-ios-artifacts/releases/assets/119728403.zip",
checksum: "cbf1f99c10fb818a6e71d3d6b337e7c74ed64e89d601fe2a168877f6d9191963"
),
.binaryTarget(
name: "ADYPOS",
url: "https://api.github.com/repos/Adyen/adyen-pos-mobile-ios-artifacts/releases/assets/107390091.zip",
checksum: "54fba55dc914c823a29253630dff9b3450b77f278d27a05f1a1443ad599a4955"
url: "https://api.github.com/repos/Adyen/adyen-pos-mobile-ios-artifacts/releases/assets/119728408.zip",
checksum: "74813e1793bf1695c9778b87747e89bf50225a08904c302b0a3e350f406bdf0c"
)
]
)
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@ This is the home page of the Adyen POS Mobile SDK for iOS. Our mobile solution l
The repository contains a small sample app which can be used to get started with using our SDK.

## Documentation

### Adyen Docs
See our documentation on [docs.adyen.com](https://docs.adyen.com/point-of-sale/ipp-mobile/tap-to-pay)

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.0.0/documentation/adyenpos/)
### 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.0.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.0.1/tutorials/meet-adyenpos/)


## Support
If you have a feature request, or spotted a bug or a technical problem, please contact our support team
Expand Down

0 comments on commit daeb0d2

Please sign in to comment.