From cc22de2abdb7d540a5127659328d915da5914823 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 9 Mar 2026 16:07:51 +0100 Subject: [PATCH] add new version 15.3.2 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 6217294..214df7e 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ 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.3.1") + .exact("15.3.2") ), .package( name: "WebIdDigitalSigningPlugin", @@ -28,8 +28,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/15.3.1/WebIdMetaPlugin.framework-v15.3.1.zip", - checksum: "4e0f72d2ec0545a71b95ce1cab443af78eb2b5c343de6a193550d62282a49e8c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/15.3.2/WebIdMetaPlugin.framework-v15.3.2.zip", + checksum: "4fdd13a16bc4effa7e9e2c4a07aa632b8ed83f859923d957cae9b78274320d90" ), .target( name: "WebIdMetaPluginWrapper",