From 606fda6b1b72194951d40e572dba9f5d4080f059 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 23 Apr 2026 14:20:47 +0200 Subject: [PATCH] add new version 22.1.0 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 4f367fd..89bdc90 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.1.0") + .exact("21.2.0") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .exact("21.1.0") + .exact("21.2.0") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/22.0.2/WebIdDigitalSigningPlugin.framework-v22.0.2.zip", - checksum: "17fa12eb8998477930411fef1280cb97ced121f61d92c985df6d5bbb1f24479b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/22.1.0/WebIdDigitalSigningPlugin.framework-v22.1.0.zip", + checksum: "d2d2ec7dd80bc3240cb8df7045cc6dca68d5365da341d841a226e1339ba68db6" ), .target( name: "WebIdDigitalSigningPluginWrapper",