From a12fcd69f016a8eedfbe4b3fc4c1fbf69afa86a2 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 23 Jan 2026 11:34:20 +0100 Subject: [PATCH] add new version 2.0.2-SNAPSHOT-118 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 471082c..038fc29 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.1") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdCellCheckPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.0.1/WebIdCellCheckPlugin.framework-v2.0.1-SNAPSHOT-115.zip", - checksum: "cf24b9a6e61d29c253877aeb4681fc978655414f6348a538d915cb86937e87a2" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.0.2/WebIdCellCheckPlugin.framework-v2.0.2-SNAPSHOT-118.zip", + checksum: "94853e044838fed0a6c41b6866f7a97b1c92068f2906d4fdbd3fd568c6e06c31" ), .target( name: "WebIdCellCheckPluginWrapper",