From aa0b426a0c79c856c8e0884072d64aebfdbbe85e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 15 Apr 2026 15:45:45 +0200 Subject: [PATCH] add new version 21.0.5 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 6917923..0596fe3 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.0.5") ), .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.0.3") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/22.0.1/WebIdDigitalSigningPlugin.framework-v22.0.1.zip", - checksum: "a3e348f50fce7537ea29e80c1e612bf99dd85095f0a1ac7c182e7e04441fe83d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdDigitalSigningPlugin/21.0.5/WebIdDigitalSigningPlugin.framework-v21.0.5.zip", + checksum: "4ee6f54852faa7eff7c549d792b15e7709c657d61053b5eea43bd011a169ad6c" ), .target( name: "WebIdDigitalSigningPluginWrapper",