From 34a5ed11001b5020f9dc523c95b5d01f744d6775 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 30 Mar 2026 16:42:26 +0200 Subject: [PATCH] add new version 21.0.6-SNAPSHOT-396 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 8287eca..142cbf2 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: "22.0.0") + .branch("snapshots") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "21.4.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.6/WebIdPluginCore.framework-v21.0.6-SNAPSHOT-395.zip", - checksum: "72593ec683523899d140c71e271fc1e6fbb98b7297d44d743c78a99688cb16d7" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.6/WebIdPluginCore.framework-v21.0.6-SNAPSHOT-396.zip", + checksum: "3a3bd2bcdf8923d76299096f0b0975161b653208fcb31fce4534cf4915d45029" ), .target( name: "WebIdPluginCoreWrapper",