From 758e1ba0c7944c1db9c658d6aa150f443afacc1d Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 16 Apr 2025 17:01:47 +0200 Subject: [PATCH] add new version 11.3.0 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 4be58a6..e124c70 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", - .exact("13.3.1") + .exact("13.4.0") ), .package( name: "DeviceKit", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdVideoIdentPlugin/11.2.3/WebIdVideoIdentPlugin.framework-v11.2.3.zip", - checksum: "1ad36a43fcbdd687cb72cb6397cf274f1ccd2e35584acb25ae9b150324aefcc8" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdVideoIdentPlugin/11.3.0/WebIdVideoIdentPlugin.framework-v11.3.0.zip", + checksum: "8778af8ea38225164518c75b1c54ae5a13a0f9b7c3368d7297520a5cf2a319df" ), .target( name: "WebIdVideoIdentPluginWrapper",