From c7aa996e782caf6faff7f09aa7cadab6ed95b7fb Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 10 Mar 2026 11:55:01 +0100 Subject: [PATCH] add new version 21.0.6-SNAPSHOT-388 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index b3b4dad..95b3fe4 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ui-components-spm.git", - .upToNextMinor(from: "21.0.8") + .branch("snapshots") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "21.3.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.5/WebIdPluginCore.framework-v21.0.5-SNAPSHOT-386.zip", - checksum: "78a00c702bb04d33297d1aede2ae2e2568aa4a9bbe816fa79b575d91168e7b80" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.6/WebIdPluginCore.framework-v21.0.6-SNAPSHOT-388.zip", + checksum: "63a9fb4c13658f1c1413e124649c4af20422d7c851ac962dbe8c63bce33883dc" ), .target( name: "WebIdPluginCoreWrapper",