From 7b030a3992923ebaac2d5e18da86185ae3175c88 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 6 Jan 2026 18:04:56 +0100 Subject: [PATCH] add new version 20.4.1-SNAPSHOT-358 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 8dc571c..930ccd8 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.1") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .branch("snapshots") + .upToNextMinor(from: "21.0.0") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/20.4.1/WebIdPluginCore.framework-v20.4.1-SNAPSHOT-357.zip", - checksum: "44218aa446533670941c248787b2c4dafb67948e827ba22f2b12eb23d0c61acb" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/20.4.1/WebIdPluginCore.framework-v20.4.1-SNAPSHOT-358.zip", + checksum: "9b324ab8d49e1432215a046684e7c1bf258cee0ed8c65402f44c2c75769b83de" ), .target( name: "WebIdPluginCoreWrapper",