From 80a2d3f10ea57ee0b7d2cdc62c0c59f9b09a4233 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 12 Mar 2025 21:40:26 +0100 Subject: [PATCH] add new version 12.2.1 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index cbce9a2..c228357 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.0") + .exact("13.3.1") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-sdk-ui-components-spm.git", - .exact("10.2.0") + .exact("10.2.1") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdDigitalSigningPlugin/12.2.0/WebIdDigitalSigningPlugin.framework-v12.2.0.zip", - checksum: "b832b1be3f4d71e1518576c7ecbd98b64f894d60820b35433e45c32791965a5f" + 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" ), .target( name: "WebIdDigitalSigningPluginWrapper",