From d3f4cbfd89b94c66566ec812cbd255a9a15a0965 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Dec 2025 18:23:33 +0100 Subject: [PATCH] add new version 15.1.4 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 5e29f9e..c8da35b 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.1.3") + .exact("15.1.4") ), .package( name: "WebIdVideoIdentPlugin", @@ -43,8 +43,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/15.1.3/WebIdMetaPlugin.framework-v15.1.3.zip", - checksum: "3c70acae8014850c3495c77b2bb1fea850965aacda30b5477962c19c8086c20d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/15.1.4/WebIdMetaPlugin.framework-v15.1.4.zip", + checksum: "9965be3c3b2e89873eb19892d0713757efba037cadf7caac8383d96b2226fc2e" ), .target( name: "WebIdMetaPluginWrapper",