From 7c1e6266cb84b822f6fe758f866ffde6988d07ab Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 9 Jan 2026 11:08:04 +0100 Subject: [PATCH] add new version 22.0.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index a877197..0eb5e75 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("20.4.1") + .exact("21.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("20.4.1") + .exact("21.0.1") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("20.4.2") + .exact("21.0.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("20.4.1") + .exact("21.0.1") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/21.2.2/WebIdEIdProductPlugin.framework-v21.2.2.zip", - checksum: "45473b1959f0746414cef0f2690b15aba19cc2bc20c5545f762e3b92c6dd9f78" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/22.0.0/WebIdEIdProductPlugin.framework-v22.0.0.zip", + checksum: "f227aebe9c78bd7f5d195c554605785745dd5f79821fa80b29945b776b5249b3" ), .target( name: "WebIdEIdProductPluginWrapper",