From 625b62b02f80adcd07bb1054f6d67cfa2b88d94f Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 27 Nov 2025 18:47:44 +0100 Subject: [PATCH] add new version 21.2.2 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index ab18731..99f08ba 100644 --- a/Package.swift +++ b/Package.swift @@ -17,17 +17,17 @@ let package = Package( .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("20.4.0") + .exact("20.4.1") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("20.4.0") + .exact("20.4.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("20.4.0") + .exact("20.4.1") ), .package( name: "WebIdDigitalSigningPlugin", @@ -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/21.2.1/WebIdAccountIdProductPlugin.framework-v21.2.1.zip", - checksum: "15488cd8c63e9913f3bdede37e0e987f06145451c8560ee9f037732182ea6234" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAccountIdProductPlugin/21.2.2/WebIdAccountIdProductPlugin.framework-v21.2.2.zip", + checksum: "7255c6f67d9cde6fa77a0cfdde8ea41e7a84ac79a7423f114272f0b1c9105d30" ), .target( name: "WebIdAccountIdProductPluginWrapper",