From 0e71163ebc40c6cce789b7f23b8377c3e0c8e437 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 17 Feb 2026 15:34:39 +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 cd2a960..eb11314 100644 --- a/Package.swift +++ b/Package.swift @@ -17,12 +17,12 @@ 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: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.1.1") + .exact("15.1.2") ), .package( name: "WebIdDigitalSigningPlugin", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/15.3.0/WebIdVideoIdentProductPlugin.framework-v15.3.0.zip", - checksum: "793d121d1be64955ea9005190e7e057a926aec6cdb1e6979d51b0a243140d3e1" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/15.3.1/WebIdVideoIdentProductPlugin.framework-v15.3.1.zip", + checksum: "4b3cba7a9596b0d75658cac55001ee59e598aab007805eb0e02262552d0a27a5" ), .target( name: "WebIdVideoIdentProductPluginWrapper",