From 2a52e0eb431838d6283feb160ee60d892b0e2e53 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 15 May 2026 16:20:23 +0200 Subject: [PATCH] add new version 22.5.0 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index c83fd30..6d3b149 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("22.1.2") + .exact("23.0.0") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("22.1.2") + .exact("23.0.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("22.1.2") + .exact("23.0.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("22.1.0") + .exact("23.0.1") ), .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("21.1.0") + .exact("22.0.0") ) ], targets: [ .binaryTarget( name: "WebIdAccountIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAccountIdProductPlugin/22.4.2/WebIdAccountIdProductPlugin.framework-v22.4.2.zip", - checksum: "ff0eab7ae056d8dab0b577a56854688cee051d9629c660433ccdef4eeabaadd3" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAccountIdProductPlugin/22.5.0/WebIdAccountIdProductPlugin.framework-v22.5.0.zip", + checksum: "b0102a2a3fa88667b6811dbbaeb49bb2a0a6d0c9fecb7812001a781f8b656cdf" ), .target( name: "WebIdAccountIdProductPluginWrapper",