From f0db7b703c219dbaccf897b54756ee324ae8efbb Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 17 Apr 2025 16:23:06 +0200 Subject: [PATCH] add new version 12.3.0 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index c228357..f254f41 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.3.1") + .exact("13.4.0") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-sdk-ui-components-spm.git", - .exact("10.2.1") + .exact("10.3.0") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdDigitalSigningPlugin/12.2.1/WebIdDigitalSigningPlugin.framework-v12.2.1.zip", - checksum: "abf65574eb1cfa909a61002e8fc0f1cf3fe4c2aa6f5cbab70846bd5c413a54b6" + 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" ), .target( name: "WebIdDigitalSigningPluginWrapper",