From dd8f078992b9ecc6ecaf2e30b01291a111c56f43 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 5 Jun 2026 14:32:26 +0200 Subject: [PATCH] add new version 22.1.1-SNAPSHOT-418 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 9f5f5ae..ae304a1 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.3.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/22.0.1/WebIdPluginCore.framework-v22.0.1-SNAPSHOT-416.zip", - checksum: "dd9aa70ac335918dd68ec16543ddc3020c770ed75813c85a1a6ff614109ec1e3" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/22.1.1/WebIdPluginCore.framework-v22.1.1-SNAPSHOT-418.zip", + checksum: "7900e78ec5b3bd11987bfd9359667f6506bc4d33c468320a607a369fab4e2f18" ), .target( name: "WebIdPluginCoreWrapper",