From 0fcdefda509acc5f07d5ad684db94c6ad5d2b930 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 29 Jun 2026 14:44:43 +0200 Subject: [PATCH] add new version 22.5.5 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index 5eb086a..a139592 100644 --- a/Package.swift +++ b/Package.swift @@ -17,34 +17,34 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("23.0.4") + .exact("23.0.5") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("23.1.1") + .exact("23.1.2") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("23.1.1") + .exact("23.1.2") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("23.1.1") + .exact("23.1.2") ), .package( name: "WebIdCellCheckPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm", - .exact("3.0.1") + .exact("3.0.2") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/22.5.4/WebIdAutoIdProductPlugin.framework-v22.5.4.zip", - checksum: "fb55f2e33ecf69aef2180885849c12be93fe6d7ed7ee08b26196eeeb012dcdd3" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/22.5.5/WebIdAutoIdProductPlugin.framework-v22.5.5.zip", + checksum: "3f05d9b4cb7e80bb08fb6861b2f9f6467eef6fb757f7c437b56d3343c6416654" ), .target( name: "WebIdAutoIdProductPluginWrapper",