From f0151fe080a282006af4105460c53161fa731e24 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 15 Apr 2026 17:11:18 +0200 Subject: [PATCH] add new version 22.3.7 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index eae9a8a..43e3f93 100644 --- a/Package.swift +++ b/Package.swift @@ -17,34 +17,34 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("21.0.5") + .exact("22.0.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("21.2.1") + .exact("22.0.3") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("21.2.1") + .exact("22.0.3") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("21.2.1") + .exact("22.0.3") ), .package( name: "WebIdCellCheckPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm", - .exact("2.0.4") + .exact("2.0.5") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/22.2.4/WebIdAutoIdProductPlugin.framework-v22.2.4.zip", - checksum: "be83ab93df597baf66bf844328aaad98a4c57165bff313338b49b751c5b09789" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/22.3.7/WebIdAutoIdProductPlugin.framework-v22.3.7.zip", + checksum: "27ddfa6d8b304943886b27e838a5821999b7855330d761edeedab0291c1b16b8" ), .target( name: "WebIdAutoIdProductPluginWrapper",