From 4cc8be814a891e6bd4e248a7c91d464cf6fbaeae Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 7 Oct 2025 15:41:08 +0200 Subject: [PATCH] add new version 15.0.1-SNAPSHOT-390 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 585d7b2..9a90830 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("legacy-snapshots") + .exact("15.0.1") ), .package( name: "AhoyWebRTC", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdVideoIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentPlugin/15.0.1/WebIdVideoIdentPlugin.framework-v15.0.1-SNAPSHOT-387.zip", - checksum: "23a1a105112de986510d7ba0d97d673f5bfb0c4582a39bd363bcb7ee23f8cd83" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentPlugin/15.0.1/WebIdVideoIdentPlugin.framework-v15.0.1-SNAPSHOT-390.zip", + checksum: "edfbf8354ee0e5fd083fb48dd810cb7ca90d1aaa674ec70cedbcf2645a001427" ), .target( name: "WebIdVideoIdentPluginWrapper",