From 4a9212b245bc7ca2e923ececff26b86092e8eb01 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 1 Oct 2025 14:44:53 +0200 Subject: [PATCH] add new version 20.3.1-SNAPSHOT-340 --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 0af97aa..8f79567 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: "20.3.0") + .branch("snapshots") ), .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "20.0.2") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/20.2.2/WebIdPluginCore.framework-v20.2.2-SNAPSHOT-337.zip", - checksum: "6b1e16583e1629e31271c7eac052cb117ec7e34ea691b7121cb6812f3ccc1e7d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/20.3.1/WebIdPluginCore.framework-v20.3.1-SNAPSHOT-340.zip", + checksum: "ebf7d1056c0d8b1dc635c858dfab1f51621f5ae8c80f611a4c06f4f2b0b30965" ), .target( name: "WebIdPluginCoreWrapper",