From b00b6a97169df9fe948e7590fc52ce2c6d21e4b4 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 24 Feb 2026 11:59:27 +0100 Subject: [PATCH] add new version 22.0.6-SNAPSHOT-1601 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index 12efb4a..a457569 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.1.0") + .exact("21.2.0") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("21.1.0") + .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.0") + .exact("21.2.0") ), .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") ), .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("21.0.2") + .exact("21.0.3") ) ], targets: [ .binaryTarget( name: "WebIdAccountIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/22.0.3/WebIdAccountIdProductPlugin.framework-v22.0.3-SNAPSHOT-1587.zip", - checksum: "e063aa494ef7cba12de3dae4f958cf0adff10530817591307774642a3a17cb68" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/22.0.6/WebIdAccountIdProductPlugin.framework-v22.0.6-SNAPSHOT-1601.zip", + checksum: "8867b94a5cc0d51ee16adb6dfc3b42f97175a70a602c5dd88b25bcb08d3c3f70" ), .target( name: "WebIdAccountIdProductPluginWrapper",