From 41eaafaef4f77fe5ee7649db224cff299f463853 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 13 Jan 2026 07:10:34 +0100 Subject: [PATCH] add new version 15.2.1-SNAPSHOT-1350 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index adaf1fc..86e1fb8 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/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.1.5/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.1.5-SNAPSHOT-1347.zip", - checksum: "725d18ea9f12d46a96816721ca829f5c192e3bf60fdab0f7d6dc41e760a5a795" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.2.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.2.1-SNAPSHOT-1350.zip", + checksum: "29039b1702a20931b10552a867f1031c88186f21826aee0dadf8bc1daea7cfb1" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",