From 9988b439a8fe93cb23ffcdccfebad70300c52eda Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 19 Apr 2024 13:59:10 +0200 Subject: [PATCH] add new version 12.0.3 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index a1bd73b..1b733f2 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("9.0.1") + .exact("9.0.2") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("10.0.0") + .exact("10.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("11.0.0") + .exact("11.1.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("11.0.0") + .exact("11.1.0") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/12.0.2/WebIdPayProductPlugin.framework-v12.0.2.zip", - checksum: "00dc2d725bbc75a3d5f0f8fa03f09a3e4b9b1f84a97a833864a0cdc023b8faf8" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/12.0.3/WebIdPayProductPlugin.framework-v12.0.3.zip", + checksum: "1fd952a926b84068ae3aa2893c2ae023eee691a937becda342c03ac53de5d0f1" ), .target( name: "WebIdPayProductPluginWrapper",