From 8a6441b8389f86c76e294f4df4bcec8dffc527a0 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 22 Apr 2026 14:41:34 +0200 Subject: [PATCH] add new version 22.1.1-SNAPSHOT-571 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 36580c6..46bb3d4 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.2.0") + .branch("snapshots") ), .package( name: "AhoyKit", @@ -33,8 +33,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/22.0.1/WebIdVideoIdentPlugin.framework-v22.0.1-SNAPSHOT-569.zip", - checksum: "5c023bfd59d19157cfc0c109abfc45db8954d6cfb7b645e643daef70e60d250b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/22.1.1/WebIdVideoIdentPlugin.framework-v22.1.1-SNAPSHOT-571.zip", + checksum: "928cd1425a4ef1e74e370f6e91a5a2b521cb75947f844c017b3fab6340c496e3" ), .target( name: "WebIdVideoIdentPluginWrapper",