From 06a02bc5779c4d69e39c28e92a5e997b473fe569 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 23 Jul 2024 15:51:10 +0200 Subject: [PATCH] add new version 13.0.11 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index bd62006..6061301 100644 --- a/Package.swift +++ b/Package.swift @@ -22,24 +22,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.0") + .exact("11.1.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.1.0") + .exact("12.2.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.1.0") + .exact("12.2.0") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.0.8/WebIdPayProductPlugin.framework-v13.0.8.zip", - checksum: "bedeada7b12aa05297557d4e12400ce23da17b612d9f0da3028dea74a5326aa5" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.0.11/WebIdPayProductPlugin.framework-v13.0.11.zip", + checksum: "4791690fe7a839664f2246ad8df3ee58366e9899db4cde6d9a0a06df1e7244ae" ), .target( name: "WebIdPayProductPluginWrapper",