From 05ee21005572fc50611c35fc2435716590e8d5b9 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 22 May 2025 23:00:03 +0200 Subject: [PATCH] add new version 10.7.0 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 106eb9d..67bd00b 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", - .exact("12.2.0") + .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/internal/de/webid-solutions/WebIdVideoIdentPlugin/10.6.1/WebIdVideoIdentPlugin.framework-v10.6.1.zip", - checksum: "d19d682c6342af29230236e0263c97a155b6d7bcf48fa4a5b9049d8c47e2094e" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdVideoIdentPlugin/10.7.0/WebIdVideoIdentPlugin.framework-v10.7.0.zip", + checksum: "45abd831e62ce8d4c9d5fd8d1770b4ce02aa4c54a74bdb50e25d160c61659b6d" ), .target( name: "WebIdVideoIdentPluginWrapper",