From e1a07cf9b77aa8e844d298340f9c17d0b77a9399 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 26 May 2025 16:05:51 +0200 Subject: [PATCH] add new version 13.4.1-SNAPSHOT-1278 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index bc56456..4353856 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.4.0") + .exact("10.4.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.4.0") + .exact("11.4.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.5.0") + .exact("12.5.1") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.5.0") + .exact("12.5.1") ) ], 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-1277.zip", - checksum: "520dad52b258183a8370aedf3257452d0a8d4ec2480a92b0bf240635fa9987e0" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayProductPlugin/13.4.1/WebIdPayProductPlugin.framework-v13.4.1-SNAPSHOT-1278.zip", + checksum: "003abc978628038eae4a55e4dd3346d83f6f650bc6ee1d62c0397fcabc2ebf74" ), .target( name: "WebIdPayProductPluginWrapper",