From d419989ad7743b5cd37de9d76d1c8428ed0f025f Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 23 Feb 2026 18:53:25 +0100 Subject: [PATCH] add new version 21.1.2-SNAPSHOT-549 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 6853665..924966e 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.3") + .branch("snapshots") ), .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.1.1/WebIdVideoIdentPlugin.framework-v21.1.1-SNAPSHOT-547.zip", - checksum: "c54d96f7ce934f733afa0413984c67a30bef50c188843f2ddcf683e11b532b17" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentPlugin/21.1.2/WebIdVideoIdentPlugin.framework-v21.1.2-SNAPSHOT-549.zip", + checksum: "3ddc11f63eb8a6acff7fc145ffb39cbc44e8d21a3d8d6b1967a9c35ffd98725d" ), .target( name: "WebIdVideoIdentPluginWrapper",