From 7f2877a3781e86402a44e689fd2f49135b1821a1 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 9 Jun 2026 19:30:53 +0200 Subject: [PATCH] add new version 15.4.1 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index fe3176f..43dff5b 100644 --- a/Package.swift +++ b/Package.swift @@ -17,24 +17,24 @@ let package = Package( .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: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.4.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.4.0.zip", - checksum: "5b777565d32213179762a24c74c9c6bd10561d3c05c4c0722df80b5258afe1ec" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.4.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.4.1.zip", + checksum: "b86efcd16cd68efbee1acc5551f3bdde12af76c5804472e7635c367b13b7edab" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",