From 1ea61a34ebc004caf258a0ba0305ae7e0e27b999 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 8 Jun 2026 10:45:44 +0200 Subject: [PATCH] add new version 15.4.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index ee2556b..1a71eb9 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.1.2") + .exact("15.2.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.1.2") + .exact("15.2.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.1.1") + .exact("15.2.0") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("15.2.1") + .exact("15.3.0") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentProductPlugin/15.3.3/WebIdVideoIdentProductPlugin.framework-v15.3.3.zip", - checksum: "ee1c5d5f3609902e555c324457a22f4b7f64e028cfaa1cea67d8b02091a80a15" + 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" ), .target( name: "WebIdVideoIdentProductPluginWrapper",