From 6eeb5dc7c78a334748705b761af344c5de3d52b4 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 2 Apr 2026 16:28:53 +0200 Subject: [PATCH] add new version 22.3.4 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index b5a3958..8bc701b 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("22.0.1") + .exact("22.0.2") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("22.0.1") + .exact("22.0.2") ), .package( name: "WebIdDigitalSigningPlugin", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/22.3.3/WebIdVideoIdProductPlugin.framework-v22.3.3.zip", - checksum: "4aa4cd09a495740855ba900f9807f7cdd66e51e895f0f9789296b2b520ae6d72" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/22.3.4/WebIdVideoIdProductPlugin.framework-v22.3.4.zip", + checksum: "7cf18a9c34122a8f74c31130c19a3068ec76244c39f0b3e0a2b9cd2e0a81e52d" ), .target( name: "WebIdVideoIdProductPluginWrapper",