From a3406913de55109582a87e0de31f6f94aa2584a0 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 31 Mar 2026 12:27:11 +0200 Subject: [PATCH] add new version 22.0.0 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 1a9f79a..828d7e6 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("21.0.5") + .exact("21.1.0") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("21.0.3") + .exact("21.1.0") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/21.0.4/WebIdDigitalSigningPlugin.framework-v21.0.4.zip", - checksum: "530e483046c8649245144148ec4746bc08d65f6289042abc9ca9f8e8c8177938" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/22.0.0/WebIdDigitalSigningPlugin.framework-v22.0.0.zip", + checksum: "7b4e3a243a356cd197d09773562bd1d962ed4422a7b8559cc2357ff0dac621db" ), .target( name: "WebIdDigitalSigningPluginWrapper",