From 608f1b2cb99835dccf539fec39b941c2e06b40c4 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 17 Apr 2025 17:04:33 +0200 Subject: [PATCH] add new version 13.4.1-SNAPSHOT-1269 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 8cd85c8..3b13a7a 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.3.0") + .exact("5.4.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.2.0") + .exact("11.3.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.3.2") + .exact("12.4.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.3.2") + .exact("12.4.0") ) ], 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-1267.zip", - checksum: "1ede5e666400c462d0ac5f236b29e88e551289fa1fcb0ef53d5cf268631c155d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.4.1/WebIdEIdOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1269.zip", + checksum: "a8b532454d01a45f80baefcb845baf2d315a4afc2e7bbd5001de2fbe2047adfe" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",