From b4fdc32650b863930214cfd5766211e92208f446 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 23 May 2025 06:08:10 +0200 Subject: [PATCH] add new version 10.6.0-SNAPSHOT-367 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 1a68474..030e6d8 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") + .exact("12.3.1") ), .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/10.6.0/WebIdVideoIdentPlugin.framework-v10.6.0-SNAPSHOT-365.zip", - checksum: "fc8ae37709d7f6cddc5ff957d35e7e7d2c865d859ee9299ca8ee1da021932717" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/10.6.0/WebIdVideoIdentPlugin.framework-v10.6.0-SNAPSHOT-367.zip", + checksum: "b91702f6be702433597283389141f767d273eb2df1fd3387c9deeb7500571c9e" ), .target( name: "WebIdVideoIdentPluginWrapper",