From a95b657103bff903e1cafc5c31e84777b5ca2764 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 11 Mar 2026 14:10:28 +0100 Subject: [PATCH] add new version 22.1.2-SNAPSHOT-1637 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index c44416c..8c8005e 100644 --- a/Package.swift +++ b/Package.swift @@ -17,34 +17,34 @@ let package = Package( .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("21.2.0") + .exact("21.2.1") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("21.2.0") + .exact("21.2.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("21.2.0") + .exact("21.2.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("21.0.3") + .exact("21.0.4") ), .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("21.0.3") + .exact("21.0.4") ) ], targets: [ .binaryTarget( name: "WebIdAccountIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/22.0.6/WebIdAccountIdProductPlugin.framework-v22.0.6-SNAPSHOT-1606.zip", - checksum: "39fc236e68c40ea64337c17b416826a3058436b128bfe24320717b0d19dda927" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/22.1.2/WebIdAccountIdProductPlugin.framework-v22.1.2-SNAPSHOT-1637.zip", + checksum: "07ba5cef81faf4d407aa8f5522068d048130005c666c720ccde5963a5efe91f9" ), .target( name: "WebIdAccountIdProductPluginWrapper",