From 64db891e0624fffb38ab8aed2c0661998f8da6e8 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 19 May 2025 11:51:56 +0200 Subject: [PATCH] add new version 10.6.0-SNAPSHOT-364 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index ac021c0..19c970e 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") + .branch("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/10.6.0/WebIdVideoIdentPlugin.framework-v10.6.0-SNAPSHOT-361.zip", - checksum: "79b13b433d45fbbc22057a2a1e61c3df7e338ecf45cefc19c7b4d1b2cb717704" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/10.6.0/WebIdVideoIdentPlugin.framework-v10.6.0-SNAPSHOT-364.zip", + checksum: "60f248422d8437b3353556777759ac68bf8030f3dfaa45f883d4b1624e40fa0e" ), .target( name: "WebIdVideoIdentPluginWrapper",