From 622b8a579f685ebe06bdeb34d159b27094c26961 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 13 May 2026 08:06:45 +0200 Subject: [PATCH] add new version 22.0.1-SNAPSHOT-413 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 3c53947..1803c2e 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.2.0") + .branch("snapshots") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "21.6.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/21.2.1/WebIdPluginCore.framework-v21.2.1-SNAPSHOT-411.zip", - checksum: "50ea0dcce87f471e79be246cd3946727c789c4fb8b5d6f1f67641965609b273b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/22.0.1/WebIdPluginCore.framework-v22.0.1-SNAPSHOT-413.zip", + checksum: "519688d69bc9bf8c7a641007d556fed002142edd3e4559313b5c03582c1ab824" ), .target( name: "WebIdPluginCoreWrapper",