From 511dcd03dd3213ba81e73151ba48a8f092f17288 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 17 Mar 2025 18:06:48 +0100 Subject: [PATCH] add new version 14.4.1 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index f54f3f2..bc08e1f 100644 --- a/Package.swift +++ b/Package.swift @@ -17,12 +17,12 @@ let package = Package( .package( name: "WebIdVideoIdentProductPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-product-plugin-spm.git", - .exact("14.4.0") + .exact("14.4.1") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm", - .exact("11.2.1") + .exact("11.2.2") ), .package( name: "WebIdDigitalSigningPlugin", @@ -43,8 +43,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdMetaPlugin/14.4.0/WebIdMetaPlugin.framework-v14.4.0.zip", - checksum: "5e53b6bca652a26d0452d0b30b06dae41a6b3e1777845b8626c3bae0d69a001e" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdMetaPlugin/14.4.1/WebIdMetaPlugin.framework-v14.4.1.zip", + checksum: "3718eaeb1a9eb40409ad6fa56bf597a4c2ed5b73cf8d4b1941e8e115446824a7" ), .target( name: "WebIdMetaPluginWrapper",