From f3f9665f0e9b541ce2faa4a89ef621723e178722 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 23 Apr 2026 16:49:05 +0200 Subject: [PATCH] add new version 22.1.1-SNAPSHOT-1634 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index c3a10d0..4eec7f7 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,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: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/22.0.4/WebIdIosIdentScanPlugin.framework-v22.0.4-SNAPSHOT-1630.zip", - checksum: "a73558c6eef4c5734a1ac8b5ba0a2681debbb51e6fdc5e8ece3643dc1c923db6" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/22.1.1/WebIdIosIdentScanPlugin.framework-v22.1.1-SNAPSHOT-1634.zip", + checksum: "70ab5d02395c16a070818990c9f549841fb0cb3693b58fa7b5c87b901ddfa47e" ), .target( name: "WebIdIosIdentScanPluginWrapper",