From 7054b8beb15e6bb5d2e7c16edebc873cc0a5ef30 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 5 Jan 2026 19:31:38 +0100 Subject: [PATCH] add new version 20.4.1-SNAPSHOT-514 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 5735526..bb3f0fa 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", - .branch("snapshots") + .branch("experimental") ), .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-512.zip", - checksum: "180d8e5a3a706fca502cbd72c665270dbe98c538e8d49e405bf6ae08add58a38" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/20.4.1/WebIdVideoIdentPlugin.framework-v20.4.1-SNAPSHOT-514.zip", + checksum: "65ce2aebe63acd630690333c7babdbf7e18e859ca825db2c897e67a4011518f7" ), .target( name: "WebIdVideoIdentPluginWrapper",