From 36d1c523ce2583fa5fde71da78ad99a08704bc76 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 5 Feb 2026 09:35:11 +0100 Subject: [PATCH] add new version 21.0.2-SNAPSHOT-368 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index aaefaa0..767e940 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", - .branch("snapshots") + .upToNextMinor(from: "21.0.2") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .branch("snapshots") + .upToNextMinor(from: "21.1.0") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.2/WebIdPluginCore.framework-v21.0.2-SNAPSHOT-366.zip", - checksum: "ab2734ac790f06782976411adf487d773940fd8864ef02d82afb6a913e152511" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.2/WebIdPluginCore.framework-v21.0.2-SNAPSHOT-368.zip", + checksum: "398ea01e23491f35c66e38a249d05cf49911c69a63524cbac2cfcba181745c4b" ), .target( name: "WebIdPluginCoreWrapper",