From e360ead75339c58bbd6d3e7f42697686b5a2bbd4 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 17 Mar 2025 18:06:47 +0100 Subject: [PATCH] add new version 14.4.1 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 823b177..5d918e0 100644 --- a/Package.swift +++ b/Package.swift @@ -32,14 +32,14 @@ let package = Package( .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") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdVideoIdentProductPlugin/14.4.0/WebIdVideoIdentProductPlugin.framework-v14.4.0.zip", - checksum: "03af0a80e333edb834ec900939909bebc510602caf07cd93354d47eba3f3f3bd" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdVideoIdentProductPlugin/14.4.1/WebIdVideoIdentProductPlugin.framework-v14.4.1.zip", + checksum: "a7d286929fc676a651a1316d44450b565afdf115e3e235b67c35b6300401a5a8" ), .target( name: "WebIdVideoIdentProductPluginWrapper",