From e1e32890aee06ed800c6d5ed8db97b85aafa6ed6 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 23 Apr 2026 17:58:12 +0200 Subject: [PATCH] add new version 22.4.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 54e0287..010839b 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("22.0.3") + .exact("22.1.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("22.0.3") + .exact("22.1.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("22.0.2") + .exact("22.1.0") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("22.0.1") + .exact("22.1.0") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/22.3.7/WebIdVideoIdProductPlugin.framework-v22.3.7.zip", - checksum: "819deb360db4d12bbba36527d301946c1cfeaaa4b8dd6e2ce161cd3c59963ba8" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/22.4.0/WebIdVideoIdProductPlugin.framework-v22.4.0.zip", + checksum: "2adffc50e441c91dc33d52813b7fcbd381ac70a7b3eebbdf3719bf7a0b7fc22f" ), .target( name: "WebIdVideoIdProductPluginWrapper",