From 2c03b4a89d17d4776cd62be765502de4269c5b13 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 9 Jun 2026 19:35:50 +0200 Subject: [PATCH] add new version 15.4.1 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 4f8a24e..e2dbafe 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("15.2.0") + .exact("15.2.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.2.0") + .exact("15.2.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.2.0") + .exact("15.2.1") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("15.2.0") + .exact("15.2.1") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/15.4.0/WebIdPayProductPlugin.framework-v15.4.0.zip", - checksum: "4ae139f62aca76039573c21960da65ab65f813fbc727e0613cfce04be82b54b2" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/15.4.1/WebIdPayProductPlugin.framework-v15.4.1.zip", + checksum: "fdc635b0bc8fa5b5c23f8a2d41d0bebf67227facc6957d70aa7d506d802fe99e" ), .target( name: "WebIdPayProductPluginWrapper",