From 42a44e33114eedb2507ffbaad91b248c31998c14 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 24 Nov 2025 13:16:11 +0100 Subject: [PATCH] add new version 20.4.0 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index a6c7afc..ca5db07 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("20.3.0") + .exact("20.4.0") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("20.3.1") + .exact("20.4.0") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/20.3.3/WebIdDigitalSigningPlugin.framework-v20.3.3.zip", - checksum: "4627a7b91e0d55758f10758ae8a7f4b22dac867cfab2026b284114935a3bdd49" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/20.4.0/WebIdDigitalSigningPlugin.framework-v20.4.0.zip", + checksum: "c22091dc73f3ca79e24dc3efb519782dc7e9b8e1065e2f1e76d71409e9fb7dc4" ), .target( name: "WebIdDigitalSigningPluginWrapper",