From b9c5f5b990b3a92f7043781338226b3b0422b2a0 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 5 Jun 2026 08:52:09 +0200 Subject: [PATCH] add new version 22.5.2 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index fd9989b..4fb6924 100644 --- a/Package.swift +++ b/Package.swift @@ -17,22 +17,22 @@ let package = Package( .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("23.0.0") + .exact("23.1.0") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("23.0.0") + .exact("23.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("23.0.0") + .exact("23.1.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("23.0.1") + .exact("23.0.2") ), .package( name: "WebIdIosBankIdentPlugin", @@ -43,8 +43,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdAccountIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAccountIdProductPlugin/22.5.1/WebIdAccountIdProductPlugin.framework-v22.5.1.zip", - checksum: "8474316ba55b773f8f89c8b4d9b4d5a1d3d49de4a4e62ce7a51ab21ff8635608" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAccountIdProductPlugin/22.5.2/WebIdAccountIdProductPlugin.framework-v22.5.2.zip", + checksum: "f893ae25f6d108b1cd7f36add041b6fab6de74e55cd740dddcec0be1a42fe8a6" ), .target( name: "WebIdAccountIdProductPluginWrapper",