From 646e47ec1125be793eaa8da90e699a22f20ae2c3 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 23 May 2025 13:03:05 +0200 Subject: [PATCH] add new version 12.4.0 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index f254f41..1d177a5 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/SwiftPackageRedesignV4/webid-plugin-core-spm.git", - .exact("13.4.0") + .exact("13.5.0") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-sdk-ui-components-spm.git", - .exact("10.3.0") + .exact("10.3.1") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdDigitalSigningPlugin/12.3.0/WebIdDigitalSigningPlugin.framework-v12.3.0.zip", - checksum: "35f767197cb3fa35a2723c2ba48c3db6c7c75bf0cff2875f1cefc20e01e6d811" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdDigitalSigningPlugin/12.4.0/WebIdDigitalSigningPlugin.framework-v12.4.0.zip", + checksum: "6ec58c15b779ef76a48a0a24e3b1f8255860d54f3e779c652f2600e7f24dc692" ), .target( name: "WebIdDigitalSigningPluginWrapper",