From 32b081103ddb426f0867252332256d4b0f358d4a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 28 Jan 2025 17:04:55 +0100 Subject: [PATCH] add new version 13.4.0 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 1591c3f..185b33b 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("10.1.1") + .exact("10.2.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.5") + .exact("11.2.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.2.1") + .exact("12.3.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.2.1") + .exact("12.3.0") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.3.4/WebIdPayProductPlugin.framework-v13.3.4.zip", - checksum: "25ea551685c461cce22a1df485a039d0c99f1839a73c5ee10903e28e70dcd43e" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.4.0/WebIdPayProductPlugin.framework-v13.4.0.zip", + checksum: "9d736a4e0a26be307ce6c6e3428235018672c8376702de271755086016cb194c" ), .target( name: "WebIdPayProductPluginWrapper",