From 201ed21e6caefec8908c692301bd4b245c9d93d0 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 13 Jan 2026 09:07:27 +0100 Subject: [PATCH] add new version 15.2.1 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index e7ef8f2..0732223 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.1.0") + .exact("15.1.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.1.0") + .exact("15.1.1") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("15.1.0") + .exact("15.1.1") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.2.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.2.0.zip", - checksum: "dae6c919fa8350241a3f6c035821972364efd6182388c4a02502f2f2fe78cce5" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.2.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.2.1.zip", + checksum: "a6eab5e43568d1bd66a8c1f99bde1c4de7c53d3d931261d2903bdb62fb69d2db" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",