From 95eb6d3ac6c19c342c64d77ce7fbbc02bd206b34 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 23 Apr 2026 17:27:29 +0200 Subject: [PATCH] add new version 2.1.1-SNAPSHOT-151 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 2ceb005..556f8d1 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.2.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdCellCheckPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.0.6/WebIdCellCheckPlugin.framework-v2.0.6-SNAPSHOT-149.zip", - checksum: "3e19380d5175371624e6032b90263d7bf92b7c4911a0bc69ce532197cab1171b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.1.1/WebIdCellCheckPlugin.framework-v2.1.1-SNAPSHOT-151.zip", + checksum: "d0f75ed958992ee23d2f65ff4c4bba2ded5128163aa179df6139a793d6e65dbe" ), .target( name: "WebIdCellCheckPluginWrapper",