From b8fce1bd14878019cbcd875325c107db38c67451 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 8 Jan 2026 21:28:08 +0100 Subject: [PATCH] add new version 21.0.2-SNAPSHOT-526 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 6c1e690..753f2ad 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", - .exact("21.0.1") + .branch("snapshots") ), .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/21.0.1/WebIdVideoIdentPlugin.framework-v21.0.1-SNAPSHOT-524.zip", - checksum: "03bee2e52d726a331cd221b36b3bf569b6435bbabff42b0308d085c19d6c3828" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/21.0.2/WebIdVideoIdentPlugin.framework-v21.0.2-SNAPSHOT-526.zip", + checksum: "b103ac8db2a1f60376420db2d97cf750ee8ec8a7f2ba317519f754f06f6fbe56" ), .target( name: "WebIdVideoIdentPluginWrapper",