From 1de2571da18928d529ca5552f16f2aed7dc31640 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 17 Dec 2024 17:04:34 +0100 Subject: [PATCH] add new version 12.1.0-SNAPSHOT-257 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index f7e5bd8..c82874d 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdIosSdk", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git", - .upToNextMinor(from: "11.0.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/12.0.0/WebIdPluginCore.framework-v12.0.0-SNAPSHOT-255.zip", - checksum: "a8b6c8c5ea546f74b9d05640b5e45652cd33ead64f29589df212fcb730151262" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPluginCore/12.1.0/WebIdPluginCore.framework-v12.1.0-SNAPSHOT-257.zip", + checksum: "3d1ffd08e3edcd190328b768e35ae4e53a7c58c5a56e4ea46a228e9132464b76" ), .target( name: "WebIdPluginCoreWrapper",