From 0b06e93ca0815ef3337a70924fc750c8b22d9e4e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 12 Mar 2026 13:31:09 +0100 Subject: [PATCH] add new version 22.2.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 0addc57..dbfcb93 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("21.2.0") + .exact("21.2.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("21.2.0") + .exact("21.2.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("21.0.3") + .exact("21.0.4") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("21.1.1") + .exact("21.1.2") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/22.1.1/WebIdVideoIdProductPlugin.framework-v22.1.1.zip", - checksum: "80abd5b1309dd11ee7c67387b94eec94d587eaed01e02f1048f24514ae3183b6" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/22.2.0/WebIdVideoIdProductPlugin.framework-v22.2.0.zip", + checksum: "9602c58b1bfb7e18d84f89baf68b2c38755638d4e4a4720342dc041e7f4710f9" ), .target( name: "WebIdVideoIdProductPluginWrapper",