From 3ef09265265e8c7998fccfaa34f4680d524996d5 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 7 Aug 2025 12:04:52 +0200 Subject: [PATCH] add new version 20.1.1-SNAPSHOT-325 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index f4bcb2e..02697c6 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/SwiftPackageRedesignV4/webid-ui-components-spm.git", - .upToNextMinor(from: "20.1.0") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "12.0.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdPluginCore/20.0.1/WebIdPluginCore.framework-v20.0.1-SNAPSHOT-322.zip", - checksum: "257d285e3da4e3ed6539a1edf05c43edc53ecc9006cdcc76804e4fddb0efa397" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdPluginCore/20.1.1/WebIdPluginCore.framework-v20.1.1-SNAPSHOT-325.zip", + checksum: "4ce3307b28c35bbb28be1c5767dd6b471c5f2b7b9e0624507d8e2042b5e1f0c7" ), .target( name: "WebIdPluginCoreWrapper",