From 325998ed97eadd37383908338d79395161bd2205 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 7 Oct 2025 21:37:48 +0200 Subject: [PATCH] add new version 15.0.2-SNAPSHOT-301 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 741ca9e..9ae59e0 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.0.1") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPluginCore/15.0.1/WebIdPluginCore.framework-v15.0.1-SNAPSHOT-299.zip", - checksum: "be133c8f7d59e685e5f2cdb9c925ce8292f94825b7bec7858bc88645cf4f359f" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdPluginCore/15.0.2/WebIdPluginCore.framework-v15.0.2-SNAPSHOT-301.zip", + checksum: "ddf973707ada624563bcbe98d1d88ad8130b3e4c9da770b01847060e833161c7" ), .target( name: "WebIdPluginCoreWrapper",