From 53236ffd5ab76fe9a5b1f4b2b424d8c71c82b205 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 5 Jun 2026 14:38:03 +0200 Subject: [PATCH] add new version 3.0.1-SNAPSHOT-173 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index d1c8caa..5099dea 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", - .branch("snapshots") + .exact("22.1.0") ) ], targets: [ .binaryTarget( name: "WebIdCellCheckPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/3.0.1/WebIdCellCheckPlugin.framework-v3.0.1-SNAPSHOT-171.zip", - checksum: "b256722359baa3f8cd6d2d87fba61615f725833a09a0af4dc207eb224e19e095" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/3.0.1/WebIdCellCheckPlugin.framework-v3.0.1-SNAPSHOT-173.zip", + checksum: "11773e888f39bd72b8e5a72de7d67b4695e38404cd47e22046a2e1f889ff79dc" ), .target( name: "WebIdCellCheckPluginWrapper",