From aaadc18d7badf68d01a1cab528fe1da0f05d5ac2 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 4 Jun 2026 13:35:46 +0200 Subject: [PATCH] add new version 15.2.1-SNAPSHOT-318 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 6af4ccc..e84395e 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: "15.0.0") + .branch("legacy-snapshots") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "15.1.2") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPluginCore/15.1.2/WebIdPluginCore.framework-v15.1.2-SNAPSHOT-316.zip", - checksum: "284109d791c16868719fb20dac9d252f68a52c337097dace226cf913ea23af3f" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPluginCore/15.2.1/WebIdPluginCore.framework-v15.2.1-SNAPSHOT-318.zip", + checksum: "0a04d73c782a0d522e224ba7b589f7d5e68035bdff9d7972dc4e0918e5eb4c48" ), .target( name: "WebIdPluginCoreWrapper",