From 397d776251e4df12fd85317d0d2f29e93b634070 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 7 Jan 2026 10:13:35 +0100 Subject: [PATCH] add new version 20.4.1-SNAPSHOT-518 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 8c99863..82323fc 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.0") ), .package( name: "DeviceKit", @@ -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/20.4.1/WebIdVideoIdentPlugin.framework-v20.4.1-SNAPSHOT-516.zip", - checksum: "dcfaeef9b3fc78cd91ee7465722f4b0b43f78af01dd8a330a7e7d8f1633065c3" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/20.4.1/WebIdVideoIdentPlugin.framework-v20.4.1-SNAPSHOT-518.zip", + checksum: "48e64f904336da5fe9c597e575a2d7d519a9469eefffc183b874deadbbbc72c8" ), .target( name: "WebIdVideoIdentPluginWrapper",