From 88c2278c67ef838d96162b983d34ac8800711d38 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 24 Feb 2026 09:35:05 +0100 Subject: [PATCH] add new version 2.0.4-SNAPSHOT-129 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 8a6fdb6..591de71 100644 --- a/Package.swift +++ b/Package.swift @@ -17,14 +17,14 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("21.0.3") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdCellCheckPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.0.3/WebIdCellCheckPlugin.framework-v2.0.3-SNAPSHOT-127.zip", - checksum: "aa0b070847808e3e38105eaca5bb36e9ebe716fc86b2df9be8848a507ee04304" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.0.4/WebIdCellCheckPlugin.framework-v2.0.4-SNAPSHOT-129.zip", + checksum: "88d79aeb9d15992b9e15f82e59026f0042cf1b7f214013ae70b3cacf275d6470" ), .target( name: "WebIdCellCheckPluginWrapper",