From 5887f4ff5aad1abd4ca2dafa98db75e66ba80b26 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 12 Mar 2026 13:30:04 +0100 Subject: [PATCH] add new version 22.2.0 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index e179417..2228dfa 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.3") + .exact("21.0.4") ), .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: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .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: "WebIdCellCheckPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm", - .exact("2.0.3") + .exact("2.0.4") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/22.1.1/WebIdAutoIdProductPlugin.framework-v22.1.1.zip", - checksum: "67c5b3a2462c2ab2a4a1f6a8a22e9ac8973d95a275ab5fc854e43400735a5833" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/22.2.0/WebIdAutoIdProductPlugin.framework-v22.2.0.zip", + checksum: "3f6577f8400bc391e5c780da7e7040f75fec98f1fdd8d69568e4433c45039602" ), .target( name: "WebIdAutoIdProductPluginWrapper",