From 63ed19799feb47e1e27d9c359f3f5d219d760582 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 2 Sep 2025 17:18:19 +0200 Subject: [PATCH] add new version 21.0.3 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index b22814c..cc7a6a9 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("20.2.1") + .exact("20.2.2") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/21.0.2/WebIdVideoIdProductPlugin.framework-v21.0.2.zip", - checksum: "5eb1684596149869e754c635a4ded3033099fd00b8085d80fd315a5de00d37bd" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/21.0.3/WebIdVideoIdProductPlugin.framework-v21.0.3.zip", + checksum: "5b19b4c70d2605e40f6c8392f64730e7be6d5cec677c4629ce6a4ed052027fed" ), .target( name: "WebIdVideoIdProductPluginWrapper",