From 879695c6f13031fcfb1efee8c2734727e3c4166e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 23 Apr 2026 17:56:44 +0200 Subject: [PATCH] add new version 22.4.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 6dcd815..d0e1353 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("22.0.3") + .exact("22.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("22.0.3") + .exact("22.1.0") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("21.0.5") + .exact("21.1.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("22.0.2") + .exact("22.1.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - 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" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/22.4.0/WebIdEIdProductPlugin.framework-v22.4.0.zip", + checksum: "258d82156c0455e045a6d0dd733d1be18711cbb1be17f98e2007744931cd3574" ), .target( name: "WebIdEIdProductPluginWrapper",