Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomast committed Oct 1, 2024
1 parent ed43c88 commit c8832cd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
29 changes: 20 additions & 9 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,32 @@ import PackageDescription
let package = Package(
name: "AdyenPOS",
products: [
.library(name: "AdyenPOS", targets: ["AdyenPOS"]),
.library(name: "ADYPOS", targets: ["ADYPOS", "AdyenPOS"])
.library(name: "AdyenPOSTEST", targets: ["AdyenPOSTEST"]),
.library(name: "ADYPOSTEST", targets: ["ADYPOSTEST", "AdyenPOSTEST"]),
.library(name: "AdyenPOSLIVE", targets: ["AdyenPOSLIVE"]),
.library(name: "ADYPOSLIVE", targets: ["ADYPOSLIVE", "AdyenPOSLIVE"])
],
dependencies: [],
targets: [
.binaryTarget(
name: "AdyenPOS",
url: "https://api.github.com/repos/Adyen/adyen-pos-mobile-ios-artifacts/releases/assets/178408844.zip",
checksum: "90d8bf2b82481f2e4f7a574dba5102c54b0ab230f52cab792ee2e76fc71893a3"
name: "AdyenPOSTEST",
url: "https://api.github.com/repos/Adyen/adyen-pos-mobile-ios-artifacts/releases/assets/196096710.zip",
checksum: "a809273f2d07af6e05781ae61152b794992b8bd00f511df86be6e4986c05a350"
),
.binaryTarget(
name: "ADYPOS",
url: "https://api.github.com/repos/Adyen/adyen-pos-mobile-ios-artifacts/releases/assets/178408826.zip",
checksum: "8e3ee65f6c521268f051a86a4c09b4d54ac858db870b6b85b9f808282e1939fe"
name: "ADYPOSTEST",
url: "https://api.github.com/repos/Adyen/adyen-pos-mobile-ios-artifacts/releases/assets/196096779.zip",
checksum: "af5885ba6cdafd81f77ef997ce2ee35fa40d00a3b440cc9d2d6cc9f0e864f05d"
),
.binaryTarget(
name: "AdyenPOSLIVE",
url: "https://api.github.com/repos/Adyen/adyen-pos-mobile-ios-artifacts/releases/assets/196096727.zip",
checksum: "79420bea9f71ebd6a5df969d06a10a809d9b1754a30b675c51b2689d9cd94de6"
),
.binaryTarget(
name: "ADYPOSLIVE",
url: "https://api.github.com/repos/Adyen/adyen-pos-mobile-ios-artifacts/releases/assets/196096778.zip",
checksum: "a3d8e3553c30aa31810972d98d04a70a694921301ecae6e28e45e793c5a22abb"
)
]
)

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/)

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


## Support
Expand Down

0 comments on commit c8832cd

Please sign in to comment.