From 05f24aa19fb4712c117aa43cf452758924dd4c89 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 9 Jun 2026 19:33:57 +0200 Subject: [PATCH] add new version 15.4.1 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 1a71eb9..66cfc36 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .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: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.2.0") + .exact("15.2.1") ), .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: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("15.3.0") + .exact("15.3.1") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/15.4.0/WebIdVideoIdentProductPlugin.framework-v15.4.0.zip", - checksum: "421d2b179ad74cb07b6645714027cd38fe25a60e121feff90664325c1d084d2b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/15.4.1/WebIdVideoIdentProductPlugin.framework-v15.4.1.zip", + checksum: "6e313618a896c8e38b5796170b7e0b3ef684c1a35bc40d6f82c94056d93b0875" ), .target( name: "WebIdVideoIdentProductPluginWrapper",