From 5a90e8bc64fa6a023e2834e0f237bda140a5fb25 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 15 Apr 2026 17:11:50 +0200 Subject: [PATCH] add new version 22.3.7 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 64305e2..6dcd815 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .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: "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: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("21.0.4") + .exact("21.0.5") ), .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") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/22.2.4/WebIdEIdProductPlugin.framework-v22.2.4.zip", - checksum: "4d1d35913c06046400f4835e151b844c30e9d70771a5e65cc8301910b103b09d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/22.3.7/WebIdEIdProductPlugin.framework-v22.3.7.zip", + checksum: "f3c6f1b95dbcba70923ed33128032561483de443c87499c48b33d7eeecfca11e" ), .target( name: "WebIdEIdProductPluginWrapper",