From ee539a4f562f035c6dfccc64467991da24f1e9c3 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 3 Jun 2026 11:10:08 +0200 Subject: [PATCH] add new version 23.0.1-SNAPSHOT-583 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 1b08e52..897ab70 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") + .exact("22.0.0") ), .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/23.0.1/WebIdVideoIdentPlugin.framework-v23.0.1-SNAPSHOT-581.zip", - checksum: "5a8da4977e1664536069ec93636b84a9f60d748a91bc5d9609f546db43d87c73" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/23.0.1/WebIdVideoIdentPlugin.framework-v23.0.1-SNAPSHOT-583.zip", + checksum: "6b60f1778e8db7395b98052d2bfe7b00126781f649c6a807b3d40e902295a92e" ), .target( name: "WebIdVideoIdentPluginWrapper",