From 581ea007b837a1589282be17029620dfb8932afe Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 25 Jun 2026 12:07:25 +0200 Subject: [PATCH] add new version 3.0.2-SNAPSHOT-179 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 154b485..1139559 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.1") ) ], targets: [ .binaryTarget( name: "WebIdCellCheckPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/3.0.2/WebIdCellCheckPlugin.framework-v3.0.2-SNAPSHOT-176.zip", - checksum: "f005b1a8302a55ab004c63cf492a53b680da09d768383a12c0907e9da95fdf60" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/3.0.2/WebIdCellCheckPlugin.framework-v3.0.2-SNAPSHOT-179.zip", + checksum: "3530be665019f073b3ddea2faf0d7ba23bb719febdf1ebe78fbd4e0c07eec97c" ), .target( name: "WebIdCellCheckPluginWrapper",