From 06c781b56b66ab9f3d0c019ef681b8096c314ea6 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 16 Jun 2025 17:20:40 +0200 Subject: [PATCH] add new version 13.7.1-SNAPSHOT-1284 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index abe9ba2..acacbf1 100644 --- a/Package.swift +++ b/Package.swift @@ -27,19 +27,19 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.5.3") + .exact("12.6.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.5.3") + .exact("12.6.0") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayProductPlugin/13.7.1/WebIdPayProductPlugin.framework-v13.7.1-SNAPSHOT-1283.zip", - checksum: "6bcc4b7d13f4ca79eeee593168da8b8ff2ebac8807fc9075860cfca988157393" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayProductPlugin/13.7.1/WebIdPayProductPlugin.framework-v13.7.1-SNAPSHOT-1284.zip", + checksum: "1eca120e83af49e1b8ab2ea298cbcb720832036c568ac7a20f887685506771b4" ), .target( name: "WebIdPayProductPluginWrapper",