From f986a2fd1f2daaeebc3c243c46e6e458511fe336 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 30 Oct 2025 14:02:25 +0100 Subject: [PATCH] add new version 20.3.1-SNAPSHOT-503 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 3ac2acd..3060015 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.3.1/WebIdVideoIdentPlugin.framework-v20.3.1-SNAPSHOT-501.zip", - checksum: "368897f7a60bea4eea304ecc89e18a3d6058c4732d2d29e6b6a090fdb2f50726" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/20.3.1/WebIdVideoIdentPlugin.framework-v20.3.1-SNAPSHOT-503.zip", + checksum: "b95efa4617a7ee3b67d9d4a8775b71e85e7f27f2bb25f212a763e252259307af" ), .target( name: "WebIdVideoIdentPluginWrapper",