From 8ca07ee5993dd3a226d79c1452a5ccbc870c1849 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 17 Feb 2026 15:32:51 +0100 Subject: [PATCH] add new version 15.3.1 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index abde4bd..56d8bdc 100644 --- a/Package.swift +++ b/Package.swift @@ -22,19 +22,19 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.1.1") + .exact("15.1.2") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("15.1.1") + .exact("15.1.2") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.3.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.3.0.zip", - checksum: "690989de1d134df00d3ffb1a0a9034c06d6c6e3292c1cbeb28ba67402f71e830" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.3.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.3.1.zip", + checksum: "80e9f76ad02ef0807f12ae2ca9620f536a84795aef5ff8ef7f0dcfeb465ae692" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",