From b8b4055d70ab6657fd5566e057d96be163e619c8 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 8 Jan 2026 13:36:51 +0100 Subject: [PATCH] add new version 20.4.1-SNAPSHOT-520 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 4f85d9e..578e859 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.0") + .branch("snapshots") ), .package( name: "DeviceKit", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/20.4.1/WebIdVideoIdentPlugin.framework-v20.4.1-SNAPSHOT-519.zip", - checksum: "411ab57fcebd8cdc57116f16f7ffa2feb44b6b9df89172549de34fa967ccff7b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/20.4.1/WebIdVideoIdentPlugin.framework-v20.4.1-SNAPSHOT-520.zip", + checksum: "e9f8164c475b7f6ac9c6bf161a68394c199d95a58159c7959b446b7201c7df2d" ), .target( name: "WebIdVideoIdentPluginWrapper",