diff --git a/Package.swift b/Package.swift index 8b13789..b4188ba 100644 --- a/Package.swift +++ b/Package.swift @@ -1 +1,25 @@ +// swift-tools-version:5.6 +// The swift-tools-version declares the minimum version of Swift required to build this package. +import PackageDescription + +let package = Package( + name: "AdyenPOS", + products: [ + .library(name: "AdyenPOSTEST", targets: ["AdyenPOSTEST"]), + .library(name: "ADYPOSTEST", targets: ["ADYPOSTEST", "AdyenPOSTEST"]) + ], + dependencies: [], + targets: [ + .binaryTarget( + name: "AdyenPOSTEST", + url: "https://pos-mobile-test.cdn.adyen.com/adyen-pos-ios/3.3.1/Test/AdyenPOS.xcframework.zip", + checksum: "1550ca2e9338ebdd175ddaf769516485f90be785cbcf85567a1163adef9af5ed" + ), + .binaryTarget( + name: "ADYPOSTEST", + url: "https://pos-mobile-test.cdn.adyen.com/adyen-pos-ios/3.3.1/Test/ADYPOS.xcframework.zip", + checksum: "0fa157fc47a74cd165b4b88f96b6d9292c2d1eb8d13b1b1365189eea72fa246e" + ) + ] +) diff --git a/README.md b/README.md index 5cfc146..d43c01d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ -# Adyen POS Mobile SDK for iOS +# Adyen POS Mobile SDK for iOS (Adyen Test environment) This is the home page of the Adyen POS Mobile SDK for iOS. Our mobile solution lets you accept in-person payments on an iPhone, or on a card reader that is paired with an iOS mobile device through Bluetooth. The repository contains a small sample app which can be used to get started with using our SDK. +Note this provides access to the Test SDK only (with which you can interact with the Adyen TEST environment only). +Please see the section ['Going Live'](https://docs.adyen.com/point-of-sale/ipp-mobile/card-reader-solution/integration-reader/#going-live) for instructions on how to proceed with integration for the LIVE Adyen environment + + ## Documentation ### Adyen Docs