From 5be906de4aba0b2627ff526ae7fa13438a7c1627 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 9 Jun 2026 19:33:59 +0200 Subject: [PATCH] add new version 15.4.1 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 80ca308..94ff223 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdVideoIdentProductPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-product-plugin-spm.git", - .exact("15.4.0") + .exact("15.4.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.2.0") + .exact("15.2.1") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/15.4.0/WebIdMetaPlugin.framework-v15.4.0.zip", - checksum: "aec47e92041fd8f006f854542a7079cbb4d287409135f0c96d12b11e441926e9" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/15.4.1/WebIdMetaPlugin.framework-v15.4.1.zip", + checksum: "9abbd4cc540a42cb6b83b51b049cd6d8d72910cb3d80d8cbcf91cc5f1db3ff92" ), .target( name: "WebIdMetaPluginWrapper",