From 6a78650b80b72b9c46739d49d2cc01d8884b7f91 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 31 Mar 2026 11:42:06 +0200 Subject: [PATCH] add new version 22.0.0 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index f37a717..f0ccfda 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/SwiftPackages/webid-plugin-core-spm.git", - .exact("21.0.5") + .exact("21.1.0") ), .package( name: "AhoyKit", @@ -33,8 +33,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdentPlugin/21.1.2/WebIdVideoIdentPlugin.framework-v21.1.2.zip", - checksum: "29465100fa12a71851f740f2116e0dcc105d8494be8b53da27502d6635ac239d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdentPlugin/22.0.0/WebIdVideoIdentPlugin.framework-v22.0.0.zip", + checksum: "15cbbf60c0c859e6efa6cd1d751ba699a33f98b618c7fd30ef53101174757a7f" ), .target( name: "WebIdVideoIdentPluginWrapper",