From a741ebf014b77a2763d5af6cbfe19a0dcde05138 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 23 Feb 2026 11:59:55 +0100 Subject: [PATCH] add new version 21.0.3-SNAPSHOT-376 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index bb4b841..afc9502 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.5") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .branch("snapshots") + .upToNextMinor(from: "21.2.0") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.3/WebIdPluginCore.framework-v21.0.3-SNAPSHOT-370.zip", - checksum: "cdf72945c0d06b33127f754447d1a64458573762bc4242888749be1951b26123" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.0.3/WebIdPluginCore.framework-v21.0.3-SNAPSHOT-376.zip", + checksum: "92225157a4d28add96658022ff9625c0ad7a266efeb2045d23f22f3320133163" ), .target( name: "WebIdPluginCoreWrapper",