From 902beb6d7d656546ecc8175065241c8d8332bfb2 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 13 Jun 2025 11:58:33 +0200 Subject: [PATCH] add new version 14.7.0-SNAPSHOT-1405 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index c2a226d..1c3cb61 100644 --- a/Package.swift +++ b/Package.swift @@ -22,24 +22,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.4.2") + .exact("12.4.3") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.5.2") + .exact("13.6.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .exact("13.5.2") + .exact("13.6.0") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdPayProductPlugin/14.7.0/WebIdPayProductPlugin.framework-v14.7.0-SNAPSHOT-1403.zip", - checksum: "0f8f6b236139ff3fd293eb0c52a4934d33805b5ef9b70313a219835462d57bae" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdPayProductPlugin/14.7.0/WebIdPayProductPlugin.framework-v14.7.0-SNAPSHOT-1405.zip", + checksum: "8f2ced3a884fe7b5f4224f0aba3086d76b37b9afbb4f8227e838f437cc1c959c" ), .target( name: "WebIdPayProductPluginWrapper",