From edbd81393b1682e042e458496510b926385a5b5d Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 5 Jun 2026 08:53:17 +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 fd2ffb4..5a98f5e 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("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: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("21.1.1") + .exact("22.0.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") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/22.5.1/WebIdEIdProductPlugin.framework-v22.5.1.zip", - checksum: "55e905d243ced7ad95bbbd4d4a97167431ee4a32ecc45f0c1ba75612e7971129" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/22.5.2/WebIdEIdProductPlugin.framework-v22.5.2.zip", + checksum: "99a9bb17ef1adcad89f7fe03669592b838849d8c64910efbc428fe3b0df38013" ), .target( name: "WebIdEIdProductPluginWrapper",