From 682d19c8e4a71d76d2b1b2a960f63393c7aa368f Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 5 Feb 2026 13:38:20 +0100 Subject: [PATCH] add new version 21.0.2-SNAPSHOT-533 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index c2ecbb5..7421ccb 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("21.0.2") ), .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/21.0.2/WebIdVideoIdentPlugin.framework-v21.0.2-SNAPSHOT-529.zip", - checksum: "96aad2c2c3a31d8046ab2c3cae0396a5b93e4de0eb6737dc687cdc04850b37e0" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/21.0.2/WebIdVideoIdentPlugin.framework-v21.0.2-SNAPSHOT-533.zip", + checksum: "edc2fde18bdc4e41c2757393f20093299d01cc80432e7ae3dd41134f09bca394" ), .target( name: "WebIdVideoIdentPluginWrapper",