From ab37241bd1eda6b95a75c98563ad915ffe8c4977 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 12 Jan 2026 09:53:51 +0100 Subject: [PATCH] add new version 15.2.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index fbb46fd..9e877cd 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("15.0.1") + .exact("15.1.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.0.2") + .exact("15.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.0.2") + .exact("15.1.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.0.2") + .exact("15.1.0") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayOnServerProductPlugin/15.1.4/WebIdPayOnServerProductPlugin.framework-v15.1.4.zip", - checksum: "a0f762e17f2464a56948a900e9e08452836e240b0ae8a2e1c8c733e7f3596d5e" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayOnServerProductPlugin/15.2.0/WebIdPayOnServerProductPlugin.framework-v15.2.0.zip", + checksum: "e69c813c8279f76d775dffffa91a689cdf0f503afe9a2b9c20cfd4d8b91963bf" ), .target( name: "WebIdPayOnServerProductPluginWrapper",