From 2b11290d73bae20fadca275317916f2f8b3f1701 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 31 Mar 2026 13:45:27 +0200 Subject: [PATCH] add new version 22.3.0 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index 66344c9..dc0b67d 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.4") + .exact("22.0.0") ), .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.0") ), .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.0") ), .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.0") ), .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.3/WebIdAutoIdProductPlugin.framework-v22.2.3.zip", - checksum: "aa42e3fc0ceca8a7494d54b3de19cdd10c466ae9acae09112d0ddcdeda8a8de1" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/22.3.0/WebIdAutoIdProductPlugin.framework-v22.3.0.zip", + checksum: "40eab653f99814ec84674364223f40fb315b8032dbacf4ec43d698fdaf84e64b" ), .target( name: "WebIdAutoIdProductPluginWrapper",