From 16c2b1a7c960ea1879822e35e3bc807d229854dc Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 15 Apr 2026 16:10:30 +0200 Subject: [PATCH] add new version 22.2.4 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index e60780e..c5d2fee 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("21.2.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("22.0.3") + .exact("21.2.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("22.0.1") + .exact("21.0.5") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("22.0.1") + .exact("21.1.2") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/22.3.6/WebIdVideoIdProductPlugin.framework-v22.3.6.zip", - checksum: "51c298674679f109f190ecdc4cd38ca2b7918ef1e38773bd542f94db56d389aa" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/22.2.4/WebIdVideoIdProductPlugin.framework-v22.2.4.zip", + checksum: "c73b7840d806e5248562801a9e0d4eeaa0a9dd05683ef278091a565b129eed69" ), .target( name: "WebIdVideoIdProductPluginWrapper",