From b1721fd355e462d57c03ed3413f974a4effffca9 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 24 Feb 2026 12:08:50 +0100 Subject: [PATCH] add new version 22.1.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index c59a1e0..40e8780 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.1.1") + .exact("21.2.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("21.1.1") + .exact("21.2.0") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("21.0.2") + .exact("21.0.3") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("21.0.2") + .exact("21.0.3") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/22.0.5/WebIdEIdProductPlugin.framework-v22.0.5.zip", - checksum: "578db027ef6882120db6a4ab90f46edab660a68be17fb2fb1b2fb1b3149b419a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/22.1.0/WebIdEIdProductPlugin.framework-v22.1.0.zip", + checksum: "5f20982111887fd094eecead3f4888b2767baed81c6c30e1b14d2ff4993abc7c" ), .target( name: "WebIdEIdProductPluginWrapper",