From 81eea6f32d6b2add4fc9313c978d95d62810e856 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 4 Feb 2025 14:19:04 +0100 Subject: [PATCH] add new version 14.3.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index af29f8b..4294ea2 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/SwiftPackageRedesignV4/webid-bank-ident-plugin-spm", - .exact("11.2.0") + .exact("11.3.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.1.2") + .exact("12.2.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.2.0") + .exact("13.3.1") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .exact("13.2.0") + .exact("13.3.1") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdPayProductPlugin/14.2.0/WebIdPayProductPlugin.framework-v14.2.0.zip", - checksum: "4cd9fd04c8f59641586c52cfe1aef6ea1a34c8eef80a4ed9814675d533388b5b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdPayProductPlugin/14.3.0/WebIdPayProductPlugin.framework-v14.3.0.zip", + checksum: "756f6095dec2fdd04532c9e735f7d1ee73f07f7d8eb58469adb61548b7ec5769" ), .target( name: "WebIdPayProductPluginWrapper",