From d5e567707942e4389e069fcb336480e258595919 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 26 Sep 2025 08:45:14 +0200 Subject: [PATCH] add new version 15.0.1-SNAPSHOT-386 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index c7da7e7..ecc77fc 100644 --- a/Package.swift +++ b/Package.swift @@ -27,7 +27,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("legacy-snapshots") ), .package( name: "AhoyWebRTC", @@ -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/15.0.1/WebIdVideoIdentPlugin.framework-v15.0.1-SNAPSHOT-384.zip", - checksum: "0dc71cb75b9349148ba64cf13af0bd64644842d8b921f9d7c79ff2e2677fbca3" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentPlugin/15.0.1/WebIdVideoIdentPlugin.framework-v15.0.1-SNAPSHOT-386.zip", + checksum: "962d15d252f795d1833366c6e9cdafc47886f8cf3870d92b3a97effec52230b0" ), .target( name: "WebIdVideoIdentPluginWrapper",