From a882c3ca7fd68837ad1bca4d9712a4bc85f24095 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 10 Jul 2025 18:42:42 +0200 Subject: [PATCH] add new version 20.0.1 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 174e44a..69bd49b 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-sdk-ui-components-spm.git", - .exact("20.0.0") + .exact("20.0.1") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdDigitalSigningPlugin/20.0.0/WebIdDigitalSigningPlugin.framework-v20.0.0.zip", - checksum: "14e3f3516cfe8809b74ae70b4e6e1b04f70ba1695260964562b525c5014e00ec" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdDigitalSigningPlugin/20.0.1/WebIdDigitalSigningPlugin.framework-v20.0.1.zip", + checksum: "99e2247b5ba7b2bcf11c2f5d9bf4b5ec071036f2f2437826ec299ed5678e06a9" ), .target( name: "WebIdDigitalSigningPluginWrapper",