From 93d9012b5df283147f64acee90400b80eeae1945 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 12 Mar 2025 12:42:10 +0100 Subject: [PATCH] add new version 13.4.1-SNAPSHOT-1265 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 5be8c0a..d122305 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("10.2.0") + .exact("10.2.1") ), .package( name: "WebIdDigitalSigningPlugin", @@ -27,19 +27,19 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.3.1") + .exact("12.3.2") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.3.1") + .exact("12.3.2") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayProductPlugin/13.4.1/WebIdPayProductPlugin.framework-v13.4.1-SNAPSHOT-1261.zip", - checksum: "6c11c3fb3e0bfd3e448c949a3fb627e95c1da40a20d1ad971fdc4df04302e18a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayProductPlugin/13.4.1/WebIdPayProductPlugin.framework-v13.4.1-SNAPSHOT-1265.zip", + checksum: "97643e0ac22df8d8f0036ff5bb28e47b6cafb3d0b394b7af5fa06fb20ec15c46" ), .target( name: "WebIdPayProductPluginWrapper",