From 5db30c0c987757116cf9504f27dd4928da6a2a97 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 26 May 2025 16:03:46 +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 cf42e16..2ced49e 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("5.5.0") + .exact("5.5.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: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.5.0") + .exact("12.5.1") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.4.1/WebIdEIdOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1277.zip", - checksum: "2dc309b75bcff8d37e0e0fe1be3a3bf78db3ebe4c8bab6b52b4bcb28e303b840" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.4.1/WebIdEIdOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1278.zip", + checksum: "6c3a12fce9a31511899740e17254caaf530bf4bc64f85e18eaf50a0e8318286e" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",