Skip to content

Commit

Permalink
Ammend readme
Browse files Browse the repository at this point in the history
  • Loading branch information
garyodonoghue committed Jan 23, 2025
1 parent 7f9d334 commit 5e49471
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
24 changes: 24 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -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"
)
]
)
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5e49471

Please sign in to comment.