From 5a4db69f66497373b78219e6518fca12fdebd853 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 29 Jun 2026 14:45:21 +0200 Subject: [PATCH] add new version 22.5.5 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 2aea554..4f8ebb2 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("23.1.1") + .exact("23.1.2") ), .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: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("22.0.1") + .exact("22.1.0") ), .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") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/22.5.4/WebIdEIdProductPlugin.framework-v22.5.4.zip", - checksum: "cdcdabff2c9b39e172b0fcfc56dd7ff7b760e3e277e33c951123b6184f00c926" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/22.5.5/WebIdEIdProductPlugin.framework-v22.5.5.zip", + checksum: "755511d506fb382648d85c05aad148454e83c70d98912ba671e36cc0ebc836f1" ), .target( name: "WebIdEIdProductPluginWrapper",